summaryrefslogtreecommitdiff
path: root/src/77-mm-usb-device-blacklist.rules
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2015-04-10 12:45:33 +0200
committerAleksander Morgado <aleksander@aleksander.es>2015-04-10 12:45:33 +0200
commitcc5f7311027b4062e2566d3b03e6dad65daf3b6e (patch)
tree5914e6e50bb7e87ce4fe1983136261dc9cfbecb6 /src/77-mm-usb-device-blacklist.rules
parentf60b0551429bbb767d0154f9c1335146641d340a (diff)
blacklist: ignore all devices from Access Interface Solutions
Diffstat (limited to 'src/77-mm-usb-device-blacklist.rules')
-rw-r--r--src/77-mm-usb-device-blacklist.rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/77-mm-usb-device-blacklist.rules b/src/77-mm-usb-device-blacklist.rules
index 51db4cdd..45f91e1d 100644
--- a/src/77-mm-usb-device-blacklist.rules
+++ b/src/77-mm-usb-device-blacklist.rules
@@ -141,4 +141,8 @@ ATTRS{idVendor}=="0830", ATTRS{idProduct}=="0080", ENV{ID_MM_DEVICE_IGNORE}="1"
# IMC flashing device
ATTRS{idVendor}=="058b", ATTRS{idProduct}=="0041", ENV{ID_MM_DEVICE_IGNORE}="1"
+# All devices from the Access Interfacing Solutions (Access Ltd)
+# Access IS do not produce modems and are unlikely to do so in future
+ATTRS{idVendor}=="0db5", ENV{ID_MM_DEVICE_IGNORE}="1"
+
LABEL="mm_usb_device_blacklist_end"