Files
agent/rules/50-uhk-bootloader-write-access.rules
József Farkas 971af0868c Linux permission setup
Closes #260
2017-03-11 12:23:02 +01:00

5 lines
310 B
Plaintext

# These are the udev rules for accessing the USB interfaces of the UHK as non-root users.
# Copy this file to /etc/udev/rules.d and physically reconnect the UHK afterwards.
# TODO: Restore VID to 16d0 for the latest prototype.
SUBSYSTEMS=="usb", ATTRS{idVendor}=="15a2", ATTRS{idProduct}=="0073", MODE:="0666"