summaryrefslogtreecommitdiff
path: root/src/77-mm-usb-device-blacklist.rules
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-10-30 16:10:58 +0100
committerAleksander Morgado <aleksander@lanedo.com>2013-10-30 16:12:06 +0100
commit6a26ad7b530b112e694c406316934429039c7fb2 (patch)
treeb4906ad94d7e37002a89eda959238d188b866105 /src/77-mm-usb-device-blacklist.rules
parentb09044bcb3153e17e7b75ef1a22402027e3f4d8f (diff)
blacklist: include the whole Openmoko VID
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 d3976e7c..4a927377 100644
--- a/src/77-mm-usb-device-blacklist.rules
+++ b/src/77-mm-usb-device-blacklist.rules
@@ -110,4 +110,7 @@ DRIVERS=="garmin_gps", ENV{ID_MM_DEVICE_IGNORE}="1"
# Cypress M8-based GPS devices, UPSes, and serial converters
DRIVERS=="cypress_m8", ENV{ID_MM_DEVICE_IGNORE}="1"
+# All devices in the Openmoko vendor ID
+ATTRS{idVendor}=="1d50", ENV{ID_MM_DEVICE_IGNORE}="1"
+
LABEL="mm_usb_device_blacklist_end"