diff options
author | Arto Jantunen <viiru@debian.org> | 2017-09-10 08:36:20 +0300 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-09-10 08:20:29 +0200 |
commit | abfd8d3b08a3a8a98e961969c5e2cb9acd582656 (patch) | |
tree | ce796caa09f480860e898f142fb683a009a03e83 /src | |
parent | d6d52b95c7335f864113878c7a19ef8828321145 (diff) |
Blacklist Garmin ANT+ sticks
Diffstat (limited to 'src')
-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 599e4bb3..bbd968fc 100644 --- a/src/77-mm-usb-device-blacklist.rules +++ b/src/77-mm-usb-device-blacklist.rules @@ -117,6 +117,9 @@ ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a7", ENV{ID_MM_DEVICE_IGNORE}="1" # Garmin GPS devices DRIVERS=="garmin_gps", ENV{ID_MM_DEVICE_IGNORE}="1" +# Garmin ANT+ stick +ATTRS{idVendor}=="0fcf", ATTRS{idProduct}=="1009", ENV{ID_MM_DEVICE_IGNORE}="1" + # Cypress M8-based GPS devices, UPSes, and serial converters DRIVERS=="cypress_m8", ENV{ID_MM_DEVICE_IGNORE}="1" |