diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-04-16 14:41:22 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-04-16 14:42:28 +0200 |
commit | d3831fc641d41019122bad9022f4f4cf4ee295f1 (patch) | |
tree | 9b95c212b0da24c5133a59fddde955e06a015a91 /src | |
parent | 72441677618cc211ff76b78bf8f5393194102537 (diff) |
serial greylist: tag device from Netchip Technology
Diffstat (limited to 'src')
-rw-r--r-- | src/77-mm-usb-serial-adapters-greylist.rules | 3 |
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 4e1dc1c3..1f308339 100644 --- a/src/77-mm-usb-serial-adapters-greylist.rules +++ b/src/77-mm-usb-serial-adapters-greylist.rules @@ -31,4 +31,7 @@ ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="7523", ENV{ID_MM_DEVICE_MANUAL_SCAN_ # Atmel Corp. LUFA USB to Serial Adapter Project (Arduino) ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="204b", ENV{ID_MM_DEVICE_MANUAL_SCAN_ONLY}="1" +# Netchip Technology, Inc. Linux-USB Serial Gadget (CDC ACM mode) +ATTRS{idVendor}=="0525", ATTRS{idProduct}=="a4a7", ENV{ID_MM_DEVICE_MANUAL_SCAN_ONLY}="1" + LABEL="mm_usb_serial_adapters_greylist_end" |