quectel: add port type hints for EG95
This commit is contained in:

committed by
Aleksander Morgado

parent
569990f38c
commit
cb8d810583
@@ -27,6 +27,16 @@ ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0191", ENV{.MM_USBIFNUM}=="01", ENV{
|
||||
ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0191", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_PORT_TYPE_AT_PRIMARY}="1"
|
||||
ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0191", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_PORT_TYPE_AT_SECONDARY}="1"
|
||||
|
||||
# Quectel EG95
|
||||
# ttyUSB0 (if #0): QCDM/DIAG port
|
||||
# ttyUSB1 (if #1): GPS data port
|
||||
# ttyUSB2 (if #2): AT primary port
|
||||
# ttyUSB3 (if #3): AT secondary port
|
||||
ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0195", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_PORT_TYPE_QCDM}="1"
|
||||
ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0195", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_PORT_TYPE_GPS}="1"
|
||||
ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0195", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_PORT_TYPE_AT_PRIMARY}="1"
|
||||
ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0195", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_PORT_TYPE_AT_SECONDARY}="1"
|
||||
|
||||
# Quectel BG96
|
||||
# ttyUSB0 (if #0): QCDM/DIAG port
|
||||
# ttyUSB1 (if #1): GPS data port
|
||||
|
Reference in New Issue
Block a user