aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2019-04-08 12:38:47 +0200
committerAleksander Morgado <aleksander@aleksander.es>2019-04-08 12:45:28 +0200
commit210dc0be47825fac059911863ee56b1de5f5629b (patch)
tree9ed15a3f72eff3e8aa751e92c7f4dc59714c9593
parent9dac5ece77ef75ace284a0b3145f06feb099d0f9 (diff)
plugins,dell: port type hints for the DW5820e module
-rw-r--r--plugins/dell/77-mm-dell-port-types.rules6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/dell/77-mm-dell-port-types.rules b/plugins/dell/77-mm-dell-port-types.rules
index c092261e..8efc2fce 100644
--- a/plugins/dell/77-mm-dell-port-types.rules
+++ b/plugins/dell/77-mm-dell-port-types.rules
@@ -18,5 +18,11 @@ ATTRS{idVendor}=="413c", ATTRS{idProduct}=="81d7", ENV{.MM_USBIFNUM}=="03", ENV{
ATTRS{idVendor}=="413c", ATTRS{idProduct}=="81d7", ENV{.MM_USBIFNUM}=="04", ENV{ID_MM_PORT_TYPE_GPS}="1"
ATTRS{idVendor}=="413c", ATTRS{idProduct}=="81d7", ENV{.MM_USBIFNUM}=="05", ENV{ID_MM_PORT_TYPE_QCDM}="1"
+# Dell DW5820e
+# if 02: AT port
+# if 04: debug port (ignore)
+# if 06: AT port
+ATTRS{idVendor}=="413c", ATTRS{idProduct}=="81d9", ENV{.MM_USBIFNUM}=="04", ENV{ID_MM_PORT_IGNORE}="1"
+
GOTO="mm_dell_port_types_end"
LABEL="mm_dell_port_types_end"