aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-10-17 15:20:37 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-10-17 15:22:29 +0200
commite123c7d5b43cd4fb63d7f1fbdb44fbb641e410ac (patch)
treee89555c4016eaf213f29cf2aa35f6c9255713862
parent64a11ceec786de3bdd950532e066cceeb3f164ac (diff)
blacklist: skip probing SheevaPlug serial ports
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=686217
-rw-r--r--src/77-mm-usb-device-blacklist.rules4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/77-mm-usb-device-blacklist.rules b/src/77-mm-usb-device-blacklist.rules
index 58b0cee6..f9f8b9aa 100644
--- a/src/77-mm-usb-device-blacklist.rules
+++ b/src/77-mm-usb-device-blacklist.rules
@@ -68,5 +68,7 @@ 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"
+# GlobalScaleTechnologies SheevaPlug
+ATTRS{idVendor}=="9e88", ATTRS{idProduct}=="9e8f", ENV{ID_MM_DEVICE_IGNORE}="1"
+LABEL="mm_usb_device_blacklist_end"