diff options
-rw-r--r-- | plugins/dell/77-mm-dell-port-types.rules | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/dell/77-mm-dell-port-types.rules b/plugins/dell/77-mm-dell-port-types.rules new file mode 100644 index 00000000..a54f634e --- /dev/null +++ b/plugins/dell/77-mm-dell-port-types.rules @@ -0,0 +1,16 @@ +# do not edit this file, it will be overwritten on update + +ACTION!="add|change|move", GOTO="mm_dell_port_types_end" + +SUBSYSTEMS=="usb", ATTRS{idVendor}=="413c", GOTO="mm_dell_vendorcheck" +GOTO="mm_dell_port_types_end" + +LABEL="mm_dell_vendorcheck" +SUBSYSTEMS=="usb", ATTRS{bInterfaceNumber}=="?*", ENV{.MM_USBIFNUM}="$attr{bInterfaceNumber}" + +# DW5580 is a Dell-branded Telit modem +# tag is needed here both for dynamic port recognition and minimizing port probing time +ATTRS{idVendor}=="413c", ATTRS{idProduct}=="81ba", ENV{ID_MM_TELIT_TAGGED}="1", ENV{ID_MM_TELIT_PORTS_TAGGED}="1" + +GOTO="mm_dell_port_types_end" +LABEL="mm_dell_port_types_end" |