aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Farrell <micolous@gmail.com>2016-02-20 16:29:11 +0100
committerAleksander Morgado <aleksander@aleksander.es>2016-02-20 16:30:01 +0100
commit6e7ff47109058e553beb4d9044a302d78e17944c (patch)
tree83785d2a757d9831922f2abef45790be815c982a
parent7652486433cbfaf14c1c3fe35aeb69622ca97b79 (diff)
proxmark3 is not a modem, blacklist it.
ModemManager locks the proxmark3 when it is connected. As it is not a modem, ModemManager shouldn't be talking to it. At present, the recommended action in the proxmark3 documentation is to purge ModemManager to fix this issue. Note that this vendor uses an unregistered USB device ID, so it is instead matched by the manufacturer string. References: - http://store.ryscc.com/blogs/news/45802433 - http://www.proxmark.org/forum/viewtopic.php?id=1759
-rw-r--r--src/77-mm-usb-device-blacklist.rules3
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 3d0abad5..7f8609fa 100644
--- a/src/77-mm-usb-device-blacklist.rules
+++ b/src/77-mm-usb-device-blacklist.rules
@@ -161,4 +161,7 @@ ATTRS{idVendor}=="0830", ATTRS{idProduct}=="0003", ENV{ID_MM_DEVICE_IGNORE}="1"
# 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"
+# proxmark3
+ATTRS{manufacturer}=="proxmark.org", ENV{ID_MM_DEVICE_IGNORE}="1"
+
LABEL="mm_usb_device_blacklist_end"