latitude5450/etc/udev/rules.d/60-wwan.rules

12 lines
361 B
Plaintext
Raw Normal View History

2014-11-23 11:45:24 +01:00
ACTION!="add|change", GOTO="mbim_to_qmi_rules_end"
2014-11-23 11:45:24 +01:00
SUBSYSTEM!="usb", GOTO="mbim_to_qmi_rules_end"
2014-11-23 11:45:24 +01:00
# ignore any device with only one configuration
ATTR{bNumConfigurations}=="1", GOTO="mbim_to_qmi_rules_end"
2014-11-23 11:45:24 +01:00
# force Dell WWAN 5809e to configuration #1
ATTR{idVendor}=="413c",ATTR{idProduct}=="81b1",ATTR{bConfigurationValue}="1"
2014-11-23 11:45:24 +01:00
LABEL="mbim_to_qmi_rules_end"