blacklist: add chinese clone of Arduino nano

Fixes https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/228
This commit is contained in:
Aleksander Morgado
2020-06-22 09:30:09 +02:00
parent 5cbeeb1b99
commit fbf3875344

View File

@@ -81,6 +81,9 @@ ATTRS{idVendor}=="2a03", ENV{ID_MM_TTY_BLACKLIST}="1"
ATTRS{idVendor}=="1b4f", ATTRS{idProduct}=="9207", ENV{ID_MM_TTY_BLACKLIST}="1"
ATTRS{idVendor}=="1b4f", ATTRS{idProduct}=="9208", ENV{ID_MM_TTY_BLACKLIST}="1"
# Chinese clone of Arduino nano with a LGT8F328P MCU
ATTRS{idVendor}=="04d9", ATTRS{idProduct}=="b534", ENV{ID_MM_TTY_BLACKLIST}="1"
# Adafruit Flora
ATTRS{idVendor}=="239a", ATTRS{idProduct}=="0004", ENV{ID_MM_TTY_BLACKLIST}="1"
ATTRS{idVendor}=="239a", ATTRS{idProduct}=="8004", ENV{ID_MM_TTY_BLACKLIST}="1"