Merge pull request #2593 from Akury83/master
[RRG-proxmark3.git] / driver / 77-pm3-usb-device-blacklist-uucp.rules
blob101381d953439085641e33cc52a6dfef6245af69
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" MODE="660" GROUP="uucp"
14 ATTRS{idVendor}=="9ac4" ATTRS{idProduct}=="4b8f", ENV{ID_MM_DEVICE_IGNORE}="1" SYMLINK+="pm3-%n" MODE="660" GROUP="uucp"
15 ATTRS{idVendor}=="502d" ATTRS{idProduct}=="502d", ENV{ID_MM_DEVICE_IGNORE}="1" SYMLINK+="pm3-%n" MODE="660" GROUP="uucp"
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"