diff options
-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" |