From 52562d0170b086852946290d9fcfc45e0cefc9b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Tue, 23 May 2017 23:27:47 +0200 Subject: [PATCH] Update USB VID and PID. --- rules/50-uhk60.rules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rules/50-uhk60.rules b/rules/50-uhk60.rules index f19bd912..5672524d 100644 --- a/rules/50-uhk60.rules +++ b/rules/50-uhk60.rules @@ -1,7 +1,4 @@ # Ultimate Hacking Keyboard rules # 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}=="16d3", ATTRS{idProduct}=="05e[abcd]", MODE:="0666" -KERNEL=="ttyACM*", ATTRS{idVendor}=="16d3", ATTRS{idProduct}=="05ec", MODE:="0666", SYMLINK+="uhk-right-bootloader" -SUBSYSTEMS=="usb", ATTRS{idVendor}=="15a2", ATTRS{idProduct}=="0073", MODE:="0666" +SUBSYSTEMS=="usb", ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="612[0-7]", MODE:="0666"