diff options
author | Julian Oes <julian@oes.ch> | 2014-02-04 12:11:39 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-02-04 12:11:59 +0100 |
commit | 9447527c357a91bbd3660274c41fd1b802e4cf84 (patch) | |
tree | 045bf0b3958038b7ba502b2a8f55037fc9f2f31a | |
parent | 94bf076f28ecf32b8a28f6b88b775bf11c5c1250 (diff) |
blacklist: ignore all devices from VID 0x26a, no modems from 3D Robotics
-rw-r--r-- | src/77-mm-usb-device-blacklist.rules | 3 |
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 044d80f7..a205ace6 100644 --- a/src/77-mm-usb-device-blacklist.rules +++ b/src/77-mm-usb-device-blacklist.rules @@ -113,4 +113,7 @@ 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" +# All devices from 3D Robotics +ATTRS{idVendor}=="26ac", ENV{ID_MM_DEVICE_IGNORE}="1" + LABEL="mm_usb_device_blacklist_end" |