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