fix: don't show the udev setup info if udev v2 setup available (#943)
This commit is contained in:
committed by
László Monda
parent
20e2c8bbbc
commit
1b59d96296
6
rules/50-uhk60_v2.rules
Normal file
6
rules/50-uhk60_v2.rules
Normal file
@@ -0,0 +1,6 @@
|
||||
# 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.
|
||||
SUBSYSTEM=="input", GROUP="input", MODE="0666"
|
||||
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="612[0-7]", MODE:="0666", GROUP="plugdev"
|
||||
KERNEL=="hidraw*", ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="612[0-7]", MODE="0666", GROUP="plugdev"
|
||||
Reference in New Issue
Block a user