diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-10 19:11:15 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-13 16:41:04 +0200 |
commit | c6ed4ff0191b9ebaab6d9d225a66eabf8411b60c (patch) | |
tree | db2e8f859eb64786a4f19d0db618bbd60ca58d71 /src/etc | |
parent | 0352aa560122146d761c7bbc00b008cd59a3fc97 (diff) | |
download | vyos-1x-c6ed4ff0191b9ebaab6d9d225a66eabf8411b60c.tar.gz vyos-1x-c6ed4ff0191b9ebaab6d9d225a66eabf8411b60c.zip |
wwan: T3611: switch to qmi/mbim mode
(cherry picked from commit 011f8ede55311e08d42f5afed9a2e8c44fd6d301)
Diffstat (limited to 'src/etc')
-rw-r--r-- | src/etc/udev/rules.d/99-vyos-wwan.rules | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/etc/udev/rules.d/99-vyos-wwan.rules b/src/etc/udev/rules.d/99-vyos-wwan.rules deleted file mode 100644 index 67f30a3dd..000000000 --- a/src/etc/udev/rules.d/99-vyos-wwan.rules +++ /dev/null @@ -1,11 +0,0 @@ -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 MC7710 to configuration #1 -ATTR{idVendor}=="1199",ATTR{idProduct}=="68a2",ATTR{bConfigurationValue}="1" - -LABEL="mbim_to_qmi_rules_end" |