aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2013-04-08 11:09:46 -0500
committerDan Williams <dcbw@redhat.com>2013-04-08 11:09:46 -0500
commit55fdc76a56e5da0eb391d22d6f53d985ca38a9af (patch)
tree3d89df60b3f9ef1aa0c7a0f8b707da92225b9710
parent660d59ab44d9821a2b2a5efea823d51fb72e5511 (diff)
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.
-rw-r--r--src/77-mm-usb-device-blacklist.rules6
-rw-r--r--src/77-mm-usb-serial-adapters-greylist.rules5
2 files changed, 4 insertions, 7 deletions
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"