summaryrefslogtreecommitdiff
path: root/src/77-mm-usb-device-blacklist.rules
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2014-03-24 16:24:48 +0100
committerAleksander Morgado <aleksander@aleksander.es>2014-03-24 16:24:48 +0100
commite9cae166cc1e67d93e2497ab2ec381980669808f (patch)
treea750a3b7f99b379e73209260b4d25d0d24c69e10 /src/77-mm-usb-device-blacklist.rules
parent4827933f0c4a85febb39bfed05329389f5bc64dd (diff)
blacklist: ignore empiriKit science lab controller device
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 a205ace6..59795b63 100644
--- a/src/77-mm-usb-device-blacklist.rules
+++ b/src/77-mm-usb-device-blacklist.rules
@@ -116,4 +116,7 @@ ATTRS{idVendor}=="1d50", ENV{ID_MM_DEVICE_IGNORE}="1"
# All devices from 3D Robotics
ATTRS{idVendor}=="26ac", ENV{ID_MM_DEVICE_IGNORE}="1"
+# empiriKit science lab controller device
+ATTRS{idVendor}=="0425", ATTRS{idProduct}=="0408", ENV{ID_MM_DEVICE_IGNORE}="1"
+
LABEL="mm_usb_device_blacklist_end"