From 09d92ef3338effa85eff7f4efa416afe11f780a0 Mon Sep 17 00:00:00 2001 From: "David (Pololu)" Date: Tue, 1 Apr 2014 16:26:26 -0700 Subject: blacklist: All devices from Pololu Corporation except some possible future products. We make many USB virtual COM port devices, none of which are modems. ModemManager's automatic attempts to access those devices can cause problems. That might change in the future, so we have left two potential future product IDs off of the blacklist. --- src/77-mm-usb-device-blacklist.rules | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/77-mm-usb-device-blacklist.rules b/src/77-mm-usb-device-blacklist.rules index 59795b63..7bb894f5 100644 --- a/src/77-mm-usb-device-blacklist.rules +++ b/src/77-mm-usb-device-blacklist.rules @@ -88,6 +88,12 @@ ATTRS{idVendor}=="1b4f", ATTRS{idProduct}=="9208", ENV{ID_MM_DEVICE_IGNORE}="1" ATTRS{idVendor}=="239a", ATTRS{idProduct}=="0004", ENV{ID_MM_DEVICE_IGNORE}="1" ATTRS{idVendor}=="239a", ATTRS{idProduct}=="8004", ENV{ID_MM_DEVICE_IGNORE}="1" +# All devices from Pololu Corporation +# except some possible future products. +ATTRS{idVendor}=="1ffb", ENV{ID_MM_DEVICE_IGNORE}="1" +ATTRS{idVendor}=="1ffb", ATTRS{idProduct}=="00ad", ENV{ID_MM_DEVICE_IGNORE}="0" +ATTRS{idVendor}=="1ffb", ATTRS{idProduct}=="00ae", ENV{ID_MM_DEVICE_IGNORE}="0" + # Altair U-Boot device ATTRS{idVendor}=="0216", ATTRS{idProduct}=="0051", ENV{ID_MM_DEVICE_IGNORE}="1" -- cgit v1.2.3-70-g09d2