diff options
author | Dan Williams <dcbw@redhat.com> | 2015-07-02 10:30:58 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2015-07-02 10:30:58 -0500 |
commit | ad2c2ad14cbf894fa755a56536fa72b0db83e3d3 (patch) | |
tree | cab6533eb73b54745a243b01c145859ba291a8a2 | |
parent | e09463dfb28e2024767184cb7f3489618a4839ac (diff) |
blacklist: ignore POSNET POLSKA S.A. devices
-rw-r--r-- | src/77-mm-usb-device-blacklist.rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/77-mm-usb-device-blacklist.rules b/src/77-mm-usb-device-blacklist.rules index 9b3735df..bc5c4bce 100644 --- a/src/77-mm-usb-device-blacklist.rules +++ b/src/77-mm-usb-device-blacklist.rules @@ -154,4 +154,8 @@ ATTRS{idVendor}=="0830", ATTRS{idProduct}=="0002", ENV{ID_MM_DEVICE_IGNORE}="1" # Palm M515 ATTRS{idVendor}=="0830", ATTRS{idProduct}=="0003", ENV{ID_MM_DEVICE_IGNORE}="1" +# All devices from POSNET POLSKA S.A. +# POSNET POLSKA S.A. do not produce modems and are unlikely to do so in future +ATTRS{idVendor}=="1424", ENV{ID_MM_DEVICE_IGNORE}="1" + LABEL="mm_usb_device_blacklist_end" |