diff options
author | Dan Williams <dcbw@redhat.com> | 2014-10-28 11:46:51 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2014-10-28 11:46:51 -0500 |
commit | 046d9141c4277ac4b66c227a6e4649b1276f6a71 (patch) | |
tree | d100183a284a5550f8264bac539a9a52d45aa387 /src | |
parent | a72b120798e7298e039acbf1144272ec5f54dc0e (diff) | |
download | ModemManager-046d9141c4277ac4b66c227a6e4649b1276f6a71.tar.gz |
blacklist: ignore GW Instek AFG-2225 arbitrary waveform generator
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 5076ea0dd..e518ed9c8 100644 --- a/src/77-mm-usb-device-blacklist.rules +++ b/src/77-mm-usb-device-blacklist.rules @@ -128,4 +128,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" +# GW Instek AFG-2225 arbitrary function generator +ATTRS{idVendor}=="2184", ATTRS{idProduct}=="001c", ENV{ID_MM_DEVICE_IGNORE}="1" + LABEL="mm_usb_device_blacklist_end" |