dell,telit: set one tag per rule match

This commit is contained in:
Aleksander Morgado
2016-09-18 15:51:32 +02:00
parent c7d8ac622a
commit 07858461b8
2 changed files with 7 additions and 4 deletions

View File

@@ -9,8 +9,9 @@ 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"
# 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"
ATTRS{idVendor}=="413c", ATTRS{idProduct}=="81ba", ENV{ID_MM_TELIT_PORTS_TAGGED}="1"
GOTO="mm_dell_port_types_end"
LABEL="mm_dell_port_types_end"