Skip to content

Commit

Permalink
more eg91 config
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Nov 28, 2024
1 parent 55c3d04 commit 9846166
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions userspace/files/78-modem.rules
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
KERNEL=="ttyUSB0",ATTRS{idVendor}=="2c7c",ATTRS{idProduct}=="0125",ENV{ID_MM_DEVICE_IGNORE}="1"

# EG91
# ttyUSB0 - debug
# ttyUSB1 - GPS
# ttyUSB2 - AT
# ttyUSB3 - AT
KERNEL=="ttyUSB0",ATTRS{idVendor}=="2c7c",ATTRS{idProduct}=="6007",ENV{ID_MM_DEVICE_IGNORE}="1"
KERNEL=="ttyUSB1",ATTRS{idVendor}=="2c7c",ATTRS{idProduct}=="6007",ENV{ID_MM_DEVICE_IGNORE}="1"
KERNEL=="ttyUSB2",ATTRS{idVendor}=="2c7c",ATTRS{idProduct}=="6007",ENV{ID_MM_PORT_TYPE_AT_PRIMARY}="1"
KERNEL=="ttyUSB3",ATTRS{idVendor}=="2c7c",ATTRS{idProduct}=="6007",ENV{ID_MM_PORT_TYPE_AT_SECONDARY}="1"

# C16
KERNEL=="ttyACM1",ENV{ID_MM_DEVICE_IGNORE}="1"
Expand Down

0 comments on commit 9846166

Please sign in to comment.