diff options
author | Dan Williams <dcbw@redhat.com> | 2011-01-24 12:39:13 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-01-24 12:39:13 -0600 |
commit | 12f1b351e83730c7d5fa882f0fbbaf4b19816a00 (patch) | |
tree | c084af4e20c88508e9304dc2083268507f0847de | |
parent | d909c4876bc6cdc2d783b9641ac30025f89a01b4 (diff) |
rules: blacklist some unlikely USB serial dongles (rh #544121)
-rw-r--r-- | src/77-mm-usb-device-blacklist.rules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/77-mm-usb-device-blacklist.rules b/src/77-mm-usb-device-blacklist.rules index 78a6770d..58b0cee6 100644 --- a/src/77-mm-usb-device-blacklist.rules +++ b/src/77-mm-usb-device-blacklist.rules @@ -62,5 +62,11 @@ ATTRS{idVendor}=="0592", ATTRS{idProduct}=="0002", ENV{ID_MM_DEVICE_IGNORE}="1" # that isn't blacklisted. ATTRS{idVendor}=="0830", ATTRS{idProduct}=="0061", ENV{ID_MM_DEVICE_IGNORE}="1" +# Belkin F5U183 Serial Adapter (unlikely to have a modem behind it) +ATTRS{idVendor}=="050d", ATTRS{idProduct}=="0103", ENV{ID_MM_DEVICE_IGNORE}="1" + +# ATEN Intl UC-232A (Prolific) +ATTRS{idVendor}=="0557", ATTRS{idProduct}=="2008", ENV{ID_MM_DEVICE_IGNORE}="1" + LABEL="mm_usb_device_blacklist_end" |