]> git.zerfleddert.de Git - proxmark3-svn/blame - driver/77-mm-usb-device-blacklist.rules
hf mf mifare:
[proxmark3-svn] / driver / 77-mm-usb-device-blacklist.rules
CommitLineData
0ae173ba 1# Proxmark3 linux modem-manager de-confliction file
2#
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:
5#
6# 'sudo udevadm control --reload-rules'
7#
8
9# proxmark3
3fd26a68
MHS
10ACTION!="add|change", GOTO="mm_usb_device_blacklist_end"
11SUBSYSTEM!="tty", GOTO="mm_ignore"
12
13ATTRS{idVendor}=="2d2d" ATTRS{idProduct}=="504d", ENV{ID_MM_DEVICE_IGNORE}="1" SYMLINK+="pm3-%n"
513c6c98 14ATTRS{idVendor}=="9ac4" ATTRS{idProduct}=="4b8f", ENV{ID_MM_DEVICE_IGNORE}="1" SYMLINK+="pm3-%n"
3fd26a68
MHS
15
16LABEL="mm_ignore"
0ae173ba 17ATTRS{idVendor}=="2d2d" ATTRS{idProduct}=="504d", ENV{ID_MM_DEVICE_IGNORE}="1"
513c6c98 18ATTRS{idVendor}=="9ac4" ATTRS{idProduct}=="4b8f", ENV{ID_MM_DEVICE_IGNORE}="1"
3fd26a68
MHS
19
20LABEL="mm_usb_device_blacklist_end"
Impressum, Datenschutz