From a2f76e7030eea2c729314b37fbdcbd5c83c98fa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awomir=20Boche=C5=84ski?= Date: Tue, 7 Jun 2016 22:07:22 +0200 Subject: [PATCH] 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 --- src/77-mm-usb-device-blacklist.rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/77-mm-usb-device-blacklist.rules b/src/77-mm-usb-device-blacklist.rules index 7f8609f..ce70dd6 100644 --- a/src/77-mm-usb-device-blacklist.rules +++ b/src/77-mm-usb-device-blacklist.rules @@ -164,4 +164,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" -- 1.9.1