diff options
author | Daniele Palmas <dnlplm@gmail.com> | 2017-09-14 10:59:16 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-09-14 22:03:06 -0700 |
commit | 3f9417be43dfedbe3a2e662aef1a145f74e585fb (patch) | |
tree | 4e1fc98d5c43e1fd890c8560cff48eb2d5c54226 /src | |
parent | bfff4f53e61ac4251eac062ba7e53d52b51a1bec (diff) |
blacklist: ignore Intel coredump downloader device
Diffstat (limited to 'src')
-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 bbd968fc..7eee2167 100644 --- a/src/77-mm-usb-device-blacklist.rules +++ b/src/77-mm-usb-device-blacklist.rules @@ -136,6 +136,9 @@ ATTRS{idVendor}=="0425", ATTRS{idProduct}=="0408", ENV{ID_MM_DEVICE_IGNORE}="1" ATTRS{idVendor}=="8087", ATTRS{idProduct}=="0716", ENV{ID_MM_DEVICE_IGNORE}="1" ATTRS{idVendor}=="8087", ATTRS{idProduct}=="0801", ENV{ID_MM_DEVICE_IGNORE}="1" +# Intel coredump downloader device +ATTRS{idVendor}=="1519", ATTRS{idProduct}=="f000", 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" |