Force Dell 5809e WWAN module with bConfigurationValue=1 to be used by qcserial

This commit is contained in:
Daniele Viganò 2014-11-23 11:43:35 +01:00
parent b43119f22c
commit 9b8476355d

View File

@ -0,0 +1,11 @@
ACTION!="add|change", GOTO="mbim_to_qmi_rules_end"
SUBSYSTEM!="usb", GOTO="mbim_to_qmi_rules_end"
# ignore any device with only one configuration
ATTR{bNumConfigurations}=="1", GOTO="mbim_to_qmi_rules_end"
# force Sierra Wireless MC8035 to configuration #1
ATTR{idVendor}=="413c",ATTR{idProduct}=="81b1",ATTR{bConfigurationValue}="1"
LABEL="mbim_to_qmi_rules_end"