diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-01-31 00:43:22 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-01-31 00:44:21 +0100 |
commit | f20f2d04282f673cebc2ce9262c5b10adab82fa2 (patch) | |
tree | 735590fd162120a6ff9b345170737201069dc776 | |
parent | ab48dc5b17f90f12e82ccdd58a40d137858e1490 (diff) |
blacklist: add Analog PlutoSDR
Reported-by: Robin Getz <Robin.Getz@analog.com>
-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 3ef63105..aa387a1c 100644 --- a/src/77-mm-usb-device-blacklist.rules +++ b/src/77-mm-usb-device-blacklist.rules @@ -174,4 +174,7 @@ ATTRS{idVendor}=="1d9d", ATTRS{idProduct}=="1011", ENV{ID_MM_DEVICE_IGNORE}="1" # Telit LE866 flashing device ATTRS{idVendor}=="216f", ATTRS{idProduct}=="0051", ENV{ID_MM_DEVICE_IGNORE}="1" +# Analog Devices ADALM-PLUTO (PlutoSDR) +ATTRS{idVendor}=="0456", ATTRS{idProduct}=="b673", ENV{ID_MM_DEVICE_IGNORE}="1" + LABEL="mm_usb_device_blacklist_end" |