diff options
-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" |