dell,telit: set one tag per rule match
This commit is contained in:
@@ -10,7 +10,8 @@ SUBSYSTEMS=="usb", ATTRS{bInterfaceNumber}=="?*", ENV{.MM_USBIFNUM}="$attr{bInte
|
|||||||
|
|
||||||
# DW5580 is a Dell-branded Telit modem
|
# DW5580 is a Dell-branded Telit modem
|
||||||
# tag is needed here both for dynamic port recognition and minimizing port probing time
|
# 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"
|
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"
|
GOTO="mm_dell_port_types_end"
|
||||||
LABEL="mm_dell_port_types_end"
|
LABEL="mm_dell_port_types_end"
|
||||||
|
@@ -40,10 +40,12 @@ ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1011", ENV{.MM_USBIFNUM}=="01", ENV{
|
|||||||
ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1011", ENV{ID_MM_TELIT_TAGGED}="1"
|
ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1011", ENV{ID_MM_TELIT_TAGGED}="1"
|
||||||
|
|
||||||
# HE910, UE910, UL865 (dynamic port identification supported)
|
# HE910, UE910, UL865 (dynamic port identification supported)
|
||||||
ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="0021", ENV{ID_MM_TELIT_TAGGED}="1", ENV{ID_MM_TELIT_PORTS_TAGGED}="1"
|
ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="0021", ENV{ID_MM_TELIT_TAGGED}="1"
|
||||||
|
ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="0021", ENV{ID_MM_TELIT_PORTS_TAGGED}="1"
|
||||||
|
|
||||||
# LE910 V2
|
# LE910 V2
|
||||||
ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="0036", ENV{ID_MM_TELIT_TAGGED}="1", ENV{ID_MM_TELIT_PORTS_TAGGED}="1"
|
ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="0036", ENV{ID_MM_TELIT_TAGGED}="1"
|
||||||
|
ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="0036", ENV{ID_MM_TELIT_PORTS_TAGGED}="1"
|
||||||
|
|
||||||
# NOTE: Qualcomm Gobi-based devices like the LE920 should not be handled
|
# NOTE: Qualcomm Gobi-based devices like the LE920 should not be handled
|
||||||
# by this plugin, but by the Gobi plugin.
|
# by this plugin, but by the Gobi plugin.
|
||||||
|
Reference in New Issue
Block a user