From fbf38753441ee6eb9635a0f7b24e7a1b3ac818c3 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 22 Jun 2020 09:30:09 +0200 Subject: blacklist: add chinese clone of Arduino nano Fixes https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/228 --- src/77-mm-usb-device-blacklist.rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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" -- cgit v1.2.3-70-g09d2