summaryrefslogtreecommitdiff
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
parent7078587f58b2fbf8356931cc2425d78c8bee0136 (diff)
downloadModemManager-da2b0064eec3ff7710ef2efd79df53b426d6ef7a.tar.gz
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
-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 0a08e0232..28ef06047 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"