diff options
-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" |