summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-03-13 17:05:55 +0100
committerAleksander Morgado <aleksander@lanedo.com>2013-03-13 17:06:43 +0100
commite608b177b80d5b5d265dabccbf8e9fd445feed5c (patch)
treeac9ba7bbea4f918986c74d64fddfae0dff93ecc7
parent1264c5b495ce93d97982c72cbca5f158a93d5a1c (diff)
blacklist: ignore West Mountain radio devices
https://bugs.launchpad.net/bugs/1154654
-rw-r--r--src/77-mm-usb-device-blacklist.rules5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/77-mm-usb-device-blacklist.rules b/src/77-mm-usb-device-blacklist.rules
index 355bec37..cae09d1c 100644
--- a/src/77-mm-usb-device-blacklist.rules
+++ b/src/77-mm-usb-device-blacklist.rules
@@ -80,4 +80,9 @@ 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"
+# West Mountain Radio devices
+ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="814a", ENV{ID_MM_DEVICE_IGNORE}="1"
+ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="814b", ENV{ID_MM_DEVICE_IGNORE}="1"
+ATTRS{idVendor}=="2405", ATTRS{idProduct}=="0003", ENV{ID_MM_DEVICE_IGNORE}="1"
+
LABEL="mm_usb_device_blacklist_end"