summaryrefslogtreecommitdiff
path: root/src/77-mm-usb-device-blacklist.rules
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-01-09 10:05:15 +0100
committerAleksander Morgado <aleksander@lanedo.com>2013-01-09 10:05:15 +0100
commit763e207e9cfdff78e0d40cafc8fd3c685374888d (patch)
tree29c0341a7aaa80f90d8b79b7eff1dfca6bdbcbac /src/77-mm-usb-device-blacklist.rules
parentdc7aa25f0a43571de3d32451ef71e7f69ae4d2dd (diff)
blacklist: ignore all devices from VID 0x0617
No modems from the Swiss Federal Institute of Technology. https://bugzilla.gnome.org/show_bug.cgi?id=691384
Diffstat (limited to 'src/77-mm-usb-device-blacklist.rules')
-rw-r--r--src/77-mm-usb-device-blacklist.rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/77-mm-usb-device-blacklist.rules b/src/77-mm-usb-device-blacklist.rules
index 479ce16e..355bec37 100644
--- a/src/77-mm-usb-device-blacklist.rules
+++ b/src/77-mm-usb-device-blacklist.rules
@@ -77,4 +77,7 @@ ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="6124", ENV{ID_MM_DEVICE_IGNORE}="1"
# Dangerous Prototypes Bus Pirate v4
ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="fb00" ENV{ID_MM_DEVICE_IGNORE}="1"
+# All devices from the Swiss Federal Institute of Technology
+ATTRS{idVendor}=="0617", ENV{ID_MM_DEVICE_IGNORE}="1"
+
LABEL="mm_usb_device_blacklist_end"