mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-05-12 11:22:59 -07:00
udev rules file. Once installed you see your device as /dev/ultra-0
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Chameleon Ultra linux modem-manager de-confliction file
|
||||
#
|
||||
# copy this file to /etc/udev/rules.d (or add the entry to the end of an existing file)
|
||||
# and restart udev hotplug:
|
||||
#
|
||||
# 'sudo udevadm control --reload-rules'
|
||||
#
|
||||
|
||||
# proxmark3
|
||||
ACTION!="add|change", GOTO="chameleon_usb_device_blacklist_end"
|
||||
SUBSYSTEM!="tty", GOTO="chameleon_ignore"
|
||||
|
||||
ATTRS{idVendor}=="6868" ATTRS{idProduct}=="8686", ENV{ID_MM_DEVICE_IGNORE}="1" SYMLINK+="ultra-%n" MODE="660" GROUP="dialout"
|
||||
|
||||
LABEL="chameleon_ignore"
|
||||
ATTRS{idVendor}=="2d2d" ATTRS{idProduct}=="504d", ENV{ID_MM_DEVICE_IGNORE}="1"
|
||||
|
||||
LABEL="chameleon_usb_device_blacklist_end"
|
||||
Reference in New Issue
Block a user