Merge pull request #1321 from mwalker33/desfire
[RRG-proxmark3.git] / driver / 77-pm3-usb-device-blacklist.rules
blobd939468f22b53615ae2e861df18f1f0d15a9c5b2
1 # Proxmark3 linux modem-manager de-confliction file
3 # copy this file to /etc/udev/rules.d (or add the entry to the end of an existing file)
4 # and restart udev hotplug:
6 #  'sudo udevadm control --reload-rules'
9 # proxmark3
10 ACTION!="add|change", GOTO="pm3_usb_device_blacklist_end"
11 SUBSYSTEM!="tty", GOTO="pm3_ignore"
13 ATTRS{idVendor}=="2d2d" ATTRS{idProduct}=="504d", ENV{ID_MM_DEVICE_IGNORE}="1" SYMLINK+="pm3-%n"
14 ATTRS{idVendor}=="9ac4" ATTRS{idProduct}=="4b8f", ENV{ID_MM_DEVICE_IGNORE}="1" SYMLINK+="pm3-%n"
15 ATTRS{idVendor}=="502d" ATTRS{idProduct}=="502d", ENV{ID_MM_DEVICE_IGNORE}="1" SYMLINK+="pm3-%n"
17 LABEL="pm3_ignore"
18 ATTRS{idVendor}=="2d2d" ATTRS{idProduct}=="504d", ENV{ID_MM_DEVICE_IGNORE}="1"
19 ATTRS{idVendor}=="9ac4" ATTRS{idProduct}=="4b8f", ENV{ID_MM_DEVICE_IGNORE}="1"
20 ATTRS{idVendor}=="502d" ATTRS{idProduct}=="502d", ENV{ID_MM_DEVICE_IGNORE}="1"
22 LABEL="pm3_usb_device_blacklist_end"