From 2a499f5557fbc1726d4e8d5b39c7c59edf00bdbe Mon Sep 17 00:00:00 2001 From: Daniele Palmas Date: Thu, 22 Sep 2016 16:24:23 +0200 Subject: blacklist: add another Infineon flashloader device This patch adds another Infineon flashloader device 0x8087/0x0801 to the blacklist Reference to the kernel commit: github.com/torvalds/linux/commit/f190fd92458da3e869b4e2c6289e2c617490ae53 --- src/77-mm-usb-device-blacklist.rules | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/77-mm-usb-device-blacklist.rules b/src/77-mm-usb-device-blacklist.rules index 4e2c013b..0a08e023 100644 --- a/src/77-mm-usb-device-blacklist.rules +++ b/src/77-mm-usb-device-blacklist.rules @@ -131,6 +131,7 @@ ATTRS{idVendor}=="0425", ATTRS{idProduct}=="0408", ENV{ID_MM_DEVICE_IGNORE}="1" # Infineon Flashloader used by Intel XMM modem bootloader ATTRS{idVendor}=="8087", ATTRS{idProduct}=="0716", ENV{ID_MM_DEVICE_IGNORE}="1" +ATTRS{idVendor}=="8087", ATTRS{idProduct}=="0801", ENV{ID_MM_DEVICE_IGNORE}="1" # GW Instek AFG-2225 arbitrary function generator ATTRS{idVendor}=="2184", ATTRS{idProduct}=="001c", ENV{ID_MM_DEVICE_IGNORE}="1" -- cgit v1.2.3-70-g09d2