aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-03-04 13:38:19 +0100
committerAleksander Morgado <aleksander@lanedo.com>2013-03-04 13:38:19 +0100
commitc66e70c4c50b75f60107a7f20740396ea4964b46 (patch)
treec54a58d9337d6ef4b25d0d051e17e84ebebff51a
parent4f3e4b03d358e0b1298ef5b585a2db38e3d7a6ad (diff)
udev: tag all devices from idVendor 0x0711 as manual-scan-onlymanual-scan-greylist
Magic Control Technology Corp (0x0711) manufacturers several USB<->RS232 adapters.
-rw-r--r--src/77-mm-usb-serial-adapters-greylist.rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/77-mm-usb-serial-adapters-greylist.rules b/src/77-mm-usb-serial-adapters-greylist.rules
index e9097209..0cf5e9c0 100644
--- a/src/77-mm-usb-serial-adapters-greylist.rules
+++ b/src/77-mm-usb-serial-adapters-greylist.rules
@@ -19,4 +19,7 @@ ATTRS{idVendor}=="0557", ATTRS{idProduct}=="2008", ENV{ID_MM_DEVICE_MANUAL_SCAN_
# Prolific USB to Serial adapter
ATTRS{idVendor}=="067b", ATTRS{idProduct}=="2303", ENV{ID_MM_DEVICE_MANUAL_SCAN_ONLY}="1"
+# Magic Control Technology Corp adapters
+ATTRS{idVendor}=="0711", ENV{ID_MM_DEVICE_MANUAL_SCAN_ONLY}="1"
+
LABEL="mm_usb_serial_adapters_greylist_end" \ No newline at end of file