| author | Aleksander Morgado <aleksander@lanedo.com> | 2012-11-13 06:41:03 (GMT) |
|---|---|---|
| committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-11-13 06:42:04 (GMT) |
| commit | 191eabe952031b5dcc86e92c993d6bfbef101f3f (patch) (side-by-side diff) | |
| tree | c8fadc96fed59aa3754097ee14776391c4cccfbf | |
| parent | c2db8abe5238c3ddd05d11a0f99f10914b2af9cf (diff) | |
| download | ModemManager-191eabe952031b5dcc86e92c993d6bfbef101f3f.zip ModemManager-191eabe952031b5dcc86e92c993d6bfbef101f3f.tar.gz | |
blacklist: skip probing Atmel samba bootloader
https://bugzilla.gnome.org/show_bug.cgi?id=688213
| -rw-r--r-- | src/77-mm-usb-device-blacklist.rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/77-mm-usb-device-blacklist.rules b/src/77-mm-usb-device-blacklist.rules index f9f8b9a..89cdd14 100644 --- a/src/77-mm-usb-device-blacklist.rules +++ b/src/77-mm-usb-device-blacklist.rules @@ -71,4 +71,7 @@ ATTRS{idVendor}=="0557", ATTRS{idProduct}=="2008", ENV{ID_MM_DEVICE_IGNORE}="1" # GlobalScaleTechnologies SheevaPlug ATTRS{idVendor}=="9e88", ATTRS{idProduct}=="9e8f", ENV{ID_MM_DEVICE_IGNORE}="1" +# Atmel Corp at91sam SAMBA bootloader +ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="6124", ENV{ID_MM_DEVICE_IGNORE}="1" + LABEL="mm_usb_device_blacklist_end" |
