diff options
author | lupuliang <lupuliang5@gmail.com> | 2024-06-21 03:48:50 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2024-07-22 15:01:57 +0000 |
commit | fc2886a3f93e92bff54d4f59f75f46a932e57fdf (patch) | |
tree | 78e93376a04c2be30d82fc141f3a580a5d12e3c9 /src | |
parent | 4632af30a72a586d624c35dcc79ed0885af47e03 (diff) |
rolling: Set RW101 AT port to ignore
MM does not need to use two AT ports at the same time.
Sending AT to both ports at the same time may cause the ports to not work.
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/rolling/77-mm-rolling-port-types.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/rolling/77-mm-rolling-port-types.rules b/src/plugins/rolling/77-mm-rolling-port-types.rules index 3ad2a9dc..bee0cf79 100644 --- a/src/plugins/rolling/77-mm-rolling-port-types.rules +++ b/src/plugins/rolling/77-mm-rolling-port-types.rules @@ -24,7 +24,7 @@ ATTRS{idVendor}=="33f8", ATTRS{idProduct}=="0104", ENV{.MM_USBIFNUM}=="03", SUBS # ttyUSB2 (if #4): QCDM port # ttyUSB3 (if #5): GNSS data ATTRS{idVendor}=="33f8", ATTRS{idProduct}=="01a2", ENV{.MM_USBIFNUM}=="02", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_AT_PRIMARY}="1" -ATTRS{idVendor}=="33f8", ATTRS{idProduct}=="01a2", ENV{.MM_USBIFNUM}=="03", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_AT_SECONDARY}="1" +ATTRS{idVendor}=="33f8", ATTRS{idProduct}=="01a2", ENV{.MM_USBIFNUM}=="03", SUBSYSTEM=="tty", ENV{ID_MM_PORT_IGNORE}="1" ATTRS{idVendor}=="33f8", ATTRS{idProduct}=="01a2", ENV{.MM_USBIFNUM}=="04", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_QCDM}="1" ATTRS{idVendor}=="33f8", ATTRS{idProduct}=="01a2", ENV{.MM_USBIFNUM}=="05", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_GPS}="1" # Firmware interface implementation comes from the Fibocom shared utils. |