From 55fdc76a56e5da0eb391d22d6f53d985ca38a9af Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 8 Apr 2013 11:09:46 -0500 Subject: blacklist: move Arduino USB/Serial adapter to greylist It's a generic adapter, should be in the manual-probe-only greylist instead of the blacklist. --- src/77-mm-usb-device-blacklist.rules | 6 ------ src/77-mm-usb-serial-adapters-greylist.rules | 5 ++++- 2 files changed, 4 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/77-mm-usb-device-blacklist.rules b/src/77-mm-usb-device-blacklist.rules index 8a2d251b..30355b1b 100644 --- a/src/77-mm-usb-device-blacklist.rules +++ b/src/77-mm-usb-device-blacklist.rules @@ -84,12 +84,6 @@ ATTRS{idVendor}=="2341", ENV{ID_MM_DEVICE_IGNORE}="1" ATTRS{idVendor}=="1b4f", ATTRS{idProduct}=="9207", ENV{ID_MM_DEVICE_IGNORE}="1" ATTRS{idVendor}=="1b4f", ATTRS{idProduct}=="9208", ENV{ID_MM_DEVICE_IGNORE}="1" -# FT232 USB-Serial (UART) IC (Arduino) -ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", ENV{ID_MM_DEVICE_IGNORE}="1" - -# Atmel Corp. LUFA USB to Serial Adapter Project (Arduino) -ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="204b", ENV{ID_MM_DEVICE_IGNORE}="1" - # Altair U-Boot device ATTRS{idVendor}=="0216", ATTRS{idProduct}=="0051" ENV{ID_MM_DEVICE_IGNORE}="1" diff --git a/src/77-mm-usb-serial-adapters-greylist.rules b/src/77-mm-usb-serial-adapters-greylist.rules index a51db5e5..7f6cab4c 100644 --- a/src/77-mm-usb-serial-adapters-greylist.rules +++ b/src/77-mm-usb-serial-adapters-greylist.rules @@ -28,4 +28,7 @@ ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", ENV{ID_MM_DEVICE_MANUAL_SCAN_ # QinHeng Electronics HL-340 ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="7523", ENV{ID_MM_DEVICE_MANUAL_SCAN_ONLY}="1" -LABEL="mm_usb_serial_adapters_greylist_end" \ No newline at end of file +# Atmel Corp. LUFA USB to Serial Adapter Project (Arduino) +ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="204b", ENV{ID_MM_DEVICE_IGNORE}="1" + +LABEL="mm_usb_serial_adapters_greylist_end" -- cgit v1.2.3-70-g09d2