From 0ae173ba235361fa8f6d73af1c43f2417da1f54a Mon Sep 17 00:00:00 2001 From: "fnargwibble@gmail.com" Date: Fri, 11 Oct 2013 09:15:05 +0000 Subject: [PATCH] add linux modem manager de-confliction file --- driver/77-mm-usb-device-blacklist.rules | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 driver/77-mm-usb-device-blacklist.rules diff --git a/driver/77-mm-usb-device-blacklist.rules b/driver/77-mm-usb-device-blacklist.rules new file mode 100644 index 00000000..986c9446 --- /dev/null +++ b/driver/77-mm-usb-device-blacklist.rules @@ -0,0 +1,10 @@ +# Proxmark3 linux modem-manager de-confliction file +# +# copy this file to /etc/udev/rules.d (or add the entry to the end of an existing file) +# and restart udev hotplug: +# +# 'sudo udevadm control --reload-rules' +# + +# proxmark3 +ATTRS{idVendor}=="2d2d" ATTRS{idProduct}=="504d", ENV{ID_MM_DEVICE_IGNORE}="1" -- 2.39.2