summaryrefslogtreecommitdiff
path: root/src/etc
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-11-12 22:03:05 +0100
committerChristian Poessinger <christian@poessinger.com>2020-11-12 22:03:05 +0100
commitf9e0fb6bffd41c143ff5454c3b73cca4a588ca86 (patch)
treed2e23ae2aa3a5a1da1125b360d5000b3368e2c85 /src/etc
parent7467727e80dc58a5f4d85669cfbead4c08543ad8 (diff)
downloadvyos-1x-f9e0fb6bffd41c143ff5454c3b73cca4a588ca86.tar.gz
vyos-1x-f9e0fb6bffd41c143ff5454c3b73cca4a588ca86.zip
udev: T3063: drop special WWAN rule for Sierra Wireless cards
This is no longer required after commit for the VyOS Kernel configuration https://github.com/vyos/vyos-build/commit/3fa7fe6926a538a8b4f25
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/udev/rules.d/99-vyos-wwan.rules11
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"