From e2996fd4aa0712c9e34a0ae5f2bba1d5bfa26915 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 18 Dec 2017 15:34:43 +0100 Subject: blacklist: include all Pycom devices https://bugs.freedesktop.org/show_bug.cgi?id=104320 (cherry picked from commit 838b82b71b2ea34318e78575fabdf4484d953230) --- src/77-mm-usb-device-blacklist.rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/77-mm-usb-device-blacklist.rules b/src/77-mm-usb-device-blacklist.rules index a10ecc87..f95efb65 100644 --- a/src/77-mm-usb-device-blacklist.rules +++ b/src/77-mm-usb-device-blacklist.rules @@ -201,4 +201,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" -- cgit v1.2.3