From 4ed81331b37872009051f959fc0fceeef4ecf85b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Thu, 26 Jan 2017 01:52:35 +0100 Subject: [PATCH] Add file. --- 50-uhk-bootloader-write-access.rules | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 50-uhk-bootloader-write-access.rules diff --git a/50-uhk-bootloader-write-access.rules b/50-uhk-bootloader-write-access.rules new file mode 100644 index 00000000..fd9ffa03 --- /dev/null +++ b/50-uhk-bootloader-write-access.rules @@ -0,0 +1,4 @@ +# 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"