diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-06-22 09:30:09 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-06-22 09:30:09 +0200 |
commit | fbf38753441ee6eb9635a0f7b24e7a1b3ac818c3 (patch) | |
tree | 198d1a530634c062c32cbbe170e1b686e59d1cff | |
parent | 5cbeeb1b99939f9bc6faea1c29e99bc1f274d077 (diff) |
blacklist: add chinese clone of Arduino nano
Fixes https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/228
-rw-r--r-- | src/77-mm-usb-device-blacklist.rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/77-mm-usb-device-blacklist.rules b/src/77-mm-usb-device-blacklist.rules index 4674816f..6ad4f87c 100644 --- a/src/77-mm-usb-device-blacklist.rules +++ b/src/77-mm-usb-device-blacklist.rules @@ -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" |