From 50ea2eac6c24d40bf0c18cfe5326c67339b39323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Tue, 10 May 2016 16:22:58 +0200 Subject: [PATCH] Add Linux udev rules for USB device access. --- 50-uhk-write-access.rules | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 50-uhk-write-access.rules diff --git a/50-uhk-write-access.rules b/50-uhk-write-access.rules new file mode 100644 index 00000000..b4c35622 --- /dev/null +++ b/50-uhk-write-access.rules @@ -0,0 +1,5 @@ +# 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}=="16d2", ATTRS{idProduct}=="05e[abcd]", MODE:="0666" +KERNEL=="ttyACM*", ATTRS{idVendor}=="16d2", ATTRS{idProduct}=="05ec", MODE:="0666", SYMLINK+="uhk-right-bootloader"