summaryrefslogtreecommitdiff
path: root/src/77-mm-usb-device-blacklist.rules
diff options
context:
space:
mode:
authorSławomir Bocheński <lkslawek@gmail.com>2016-06-07 22:07:22 +0200
committerAleksander Morgado <aleksander@aleksander.es>2016-10-24 13:07:50 +0200
commitda2b0064eec3ff7710ef2efd79df53b426d6ef7a (patch)
tree48f4c27d24cd82549a04934f2df42bb9845b31c3 /src/77-mm-usb-device-blacklist.rules
parent7078587f58b2fbf8356931cc2425d78c8bee0136 (diff)
blacklist: ignore Sigma Sport docking stations
These CDC ACM class devices are docking stations for Sigma Sport bike computers. As they are sensitive to single byte commands, ModemManager probing mechanism actually caused training data on attached bike computer to be zeroed. https://bugs.freedesktop.org/show_bug.cgi?id=96430
Diffstat (limited to 'src/77-mm-usb-device-blacklist.rules')
-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 0a08e023..28ef0604 100644
--- a/src/77-mm-usb-device-blacklist.rules
+++ b/src/77-mm-usb-device-blacklist.rules
@@ -166,4 +166,9 @@ ATTRS{idVendor}=="1424", ENV{ID_MM_DEVICE_IGNORE}="1"
# proxmark3
ATTRS{manufacturer}=="proxmark.org", ENV{ID_MM_DEVICE_IGNORE}="1"
+# Sigma Sport Docking Station TOPLINE 2009
+ATTRS{idVendor}=="1d9d", ATTRS{idProduct}=="1010", ENV{ID_MM_DEVICE_IGNORE}="1"
+# Sigma Sport Docking Station TOPLINE 2012
+ATTRS{idVendor}=="1d9d", ATTRS{idProduct}=="1011", ENV{ID_MM_DEVICE_IGNORE}="1"
+
LABEL="mm_usb_device_blacklist_end"