From: fnargwibble@gmail.com Date: Fri, 11 Oct 2013 09:15:05 +0000 (+0000) Subject: add linux modem manager de-confliction file X-Git-Tag: v1.0.0~44 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/0ae173ba235361fa8f6d73af1c43f2417da1f54a add linux modem manager de-confliction file --- 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"