mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-02-21 22:23:45 +08:00
On another note; a nice udev-rule to have pm3 appear as /dev/pm3-1 (or /dev/pm3-2 if you have multiple)
This commit is contained in:
parent
388c92bde5
commit
3fd26a683d
1 changed files with 8 additions and 0 deletions
|
@ -7,4 +7,12 @@
|
|||
#
|
||||
|
||||
# proxmark3
|
||||
ACTION!="add|change", GOTO="mm_usb_device_blacklist_end"
|
||||
SUBSYSTEM!="tty", GOTO="mm_ignore"
|
||||
|
||||
ATTRS{idVendor}=="2d2d" ATTRS{idProduct}=="504d", ENV{ID_MM_DEVICE_IGNORE}="1" SYMLINK+="pm3-%n"
|
||||
|
||||
LABEL="mm_ignore"
|
||||
ATTRS{idVendor}=="2d2d" ATTRS{idProduct}=="504d", ENV{ID_MM_DEVICE_IGNORE}="1"
|
||||
|
||||
LABEL="mm_usb_device_blacklist_end"
|
||||
|
|
Loading…
Reference in a new issue