summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-05-27 07:09:58 +0200
committerAleksander Morgado <aleksander@aleksander.es>2020-05-27 05:11:29 +0000
commitda7bc39f0c0bfc53d90195c0911f4a50b98bd1c8 (patch)
treecd91a354b260524731f59d76952f3f7fe3073004
parent84ec3d2fcf081ab3404d27458031c87aa6214065 (diff)
blacklist: add USB CEC adapters
These are not being probed when using the STRICT filter, so this blacklist update is relevant only for DEFAULT filter type. Fixes https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/212
-rw-r--r--src/77-mm-usb-device-blacklist.rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/77-mm-usb-device-blacklist.rules b/src/77-mm-usb-device-blacklist.rules
index 983fe434..f7f277b2 100644
--- a/src/77-mm-usb-device-blacklist.rules
+++ b/src/77-mm-usb-device-blacklist.rules
@@ -208,4 +208,8 @@ ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="f013", ENV{ID_MM_TTY_BLACKLIST}="1"
# All devices from Prusa Research
ATTRS{idVendor}=="2c99", ENV{ID_MM_TTY_BLACKLIST}="1"
+# USB-CEC adapters
+ATTRS{idVendor}=="2548", ATTRS{idProduct}=="1001", ENV{ID_MM_TTY_BLACKLIST}="1"
+ATTRS{idVendor}=="2548", ATTRS{idProduct}=="1002", ENV{ID_MM_TTY_BLACKLIST}="1"
+
LABEL="mm_usb_device_blacklist_end"