aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
authorVanillan Wang <vanillanwang@163.com>2024-08-27 21:03:24 +0800
committerAleksander Morgado <aleksander@aleksander.es>2024-09-09 07:35:51 +0000
commitec779b9274a48eee78c7ab8623f9d5b354e58697 (patch)
tree99fc07db75b95c8c8e09e2d9abcf423b4146b5f0 /src/plugins
parent096455947a698fa99b4f7a44d365abea2387062e (diff)
plugin,rolling: Update RW135 udev rules.
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/rolling/77-mm-rolling-port-types.rules12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/plugins/rolling/77-mm-rolling-port-types.rules b/src/plugins/rolling/77-mm-rolling-port-types.rules
index bee0cf79..a4293bd2 100644
--- a/src/plugins/rolling/77-mm-rolling-port-types.rules
+++ b/src/plugins/rolling/77-mm-rolling-port-types.rules
@@ -47,11 +47,11 @@ ATTRS{idVendor}=="33f8", ATTRS{idProduct}=="01a4", ENV{.MM_USBIFNUM}=="06", SUBS
ATTRS{idVendor}=="33f8", ATTRS{idProduct}=="01a4", ENV{.MM_USBIFNUM}=="03", SUBSYSTEM=="tty", ENV{ID_MM_FIBOCOM_FASTBOOT}="1"
# Rolling RW135 (MBIM in iface #0, ADB in iface #5)
-# ttyUSB0 (if #2): QCDM port.
-# ttyUSB1 (if #3): AT port
-# ttyUSB2 (if #4): GNSS data
-ATTRS{idVendor}=="33f8", ATTRS{idProduct}=="0115", ENV{.MM_USBIFNUM}=="02", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_QCDM}="1"
-ATTRS{idVendor}=="33f8", ATTRS{idProduct}=="0115", ENV{.MM_USBIFNUM}=="03", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_AT_PRIMARY}="1"
-ATTRS{idVendor}=="33f8", ATTRS{idProduct}=="0115", ENV{.MM_USBIFNUM}=="04", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_GPS}="1"
+# ttyUSB0 (if #2): GNSS data
+# ttyUSB1 (if #3): QCDM port
+# ttyUSB2 (if #4): AT port
+ATTRS{idVendor}=="33f8", ATTRS{idProduct}=="0115", ENV{.MM_USBIFNUM}=="02", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_GPS}="1"
+ATTRS{idVendor}=="33f8", ATTRS{idProduct}=="0115", ENV{.MM_USBIFNUM}=="03", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_QCDM}="1"
+ATTRS{idVendor}=="33f8", ATTRS{idProduct}=="0115", ENV{.MM_USBIFNUM}=="04", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_AT_PRIMARY}="1"
LABEL="mm_rolling_port_types_end"