aboutsummaryrefslogtreecommitdiff
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:06:27 +0100
commit002b9c8088b4c0431d442d3c59e41db81199102b (patch)
tree76a4f6dcb34b4e2122b67e966ffcfd2c7fb980b6
parent86ed4f5d33185fafc7bb3d2140ce3ed3cee52546 (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
-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"