summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2017-12-18 15:34:43 +0100
committerAleksander Morgado <aleksander@aleksander.es>2017-12-18 15:38:48 +0100
commit16d2223fca0876ba853eb51a60b895b20d196d7b (patch)
tree53ae88117872a51ff7c03ef2cf71cd00543c674e
parent943c5f292d676738a057ce6b8380c9a5e53017f4 (diff)
downloadModemManager-16d2223fca0876ba853eb51a60b895b20d196d7b.tar.gz
blacklist: include all Pycom devices
https://bugs.freedesktop.org/show_bug.cgi?id=104320 (cherry picked from commit 838b82b71b2ea34318e78575fabdf4484d953230)
-rw-r--r--src/77-mm-usb-device-blacklist.rules5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/77-mm-usb-device-blacklist.rules b/src/77-mm-usb-device-blacklist.rules
index 46e3d6927..8bd126b7c 100644
--- a/src/77-mm-usb-device-blacklist.rules
+++ b/src/77-mm-usb-device-blacklist.rules
@@ -198,4 +198,9 @@ ATTRS{idVendor}=="0525", ATTRS{idProduct}=="a4a7", ENV{ID_MM_DEVICE_IGNORE}="1"
# Silicon Labs Telegesis ETRX USB Zigbee dongle
ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="000f", ENV{ID_MM_DEVICE_IGNORE}="1"
+# All devices from Pycom LTD
+# Since Pycom is not producing any modems, it is safe to blacklist all
+# Pycom LTD devices.
+ATTRS{idVendor}=="04d8", ENV{ID_MM_DEVICE_IGNORE}="1"
+
LABEL="mm_usb_device_blacklist_end"