From 763e207e9cfdff78e0d40cafc8fd3c685374888d Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 9 Jan 2013 10:05:15 +0100 Subject: 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 --- src/77-mm-usb-device-blacklist.rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/77-mm-usb-device-blacklist.rules') 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" -- cgit v1.2.3