mirror of
https://github.com/RfidResearchGroup/ChameleonMini.git
synced 2026-05-12 11:20:37 -07:00
Added udev rule in Drivers/
Added udev rule, allowing non root users on a linux system(assuming udev is used) to open the serial port and talk with the chameleon. Also included symlink in rule, so the interface always shows as /dev/chameleon.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
# Rule for ChameleonMini RFID Research tool
|
||||
ATTRS{product}=="Chameleon-Mini", SUBSYSTEMS=="usb", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="04b2", GROUP="users", MODE="0666", SYMLINK+="chameleon"
|
||||
Reference in New Issue
Block a user