summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2023-05-04 20:02:50 +0000
committerAleksander Morgado <aleksander@aleksander.es>2023-05-11 11:02:31 +0000
commitecea0a16e1678ad5fd17aac64c68e0c443a3d6d7 (patch)
tree1124102119ebcda50b336133548c9e2ec83a5dcb
parent45c7ad1e566b7465ea5e78a34762eab3867b803c (diff)
downloadModemManager-ecea0a16e1678ad5fd17aac64c68e0c443a3d6d7.tar.gz
sierra: port type hints for RC7611
-rw-r--r--src/plugins/sierra/77-mm-sierra.rules8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/sierra/77-mm-sierra.rules b/src/plugins/sierra/77-mm-sierra.rules
index 2a983f7aa..588ba1667 100644
--- a/src/plugins/sierra/77-mm-sierra.rules
+++ b/src/plugins/sierra/77-mm-sierra.rules
@@ -38,6 +38,14 @@ ATTRS{idVendor}=="1199", ATTRS{idProduct}=="9079", ENV{.MM_USBIFNUM}=="03", SUBS
ATTRS{idVendor}=="1199", ATTRS{idProduct}=="9079", ENV{.MM_USBIFNUM}=="02", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_GPS}="1"
ATTRS{idVendor}=="1199", ATTRS{idProduct}=="9079", ENV{.MM_USBIFNUM}=="00", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_QCDM}="1"
+# RC7611 port hints
+# if 03: primary port
+# if 02: raw NMEA port
+# if 00: diag/qcdm port
+ATTRS{idVendor}=="1199", ATTRS{idProduct}=="68c0", ENV{.MM_USBIFNUM}=="03", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_AT_PRIMARY}="1"
+ATTRS{idVendor}=="1199", ATTRS{idProduct}=="68c0", ENV{.MM_USBIFNUM}=="02", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_GPS}="1"
+ATTRS{idVendor}=="1199", ATTRS{idProduct}=="68c0", ENV{.MM_USBIFNUM}=="00", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_QCDM}="1"
+
# HL7812 port hints
# if 04: raw NMEA port
# if 02: at_ppp port