fix: don't show the udev setup info if udev v2 setup available (#943)

This commit is contained in:
Róbert Kiss
2019-04-30 03:05:03 +02:00
committed by László Monda
parent 20e2c8bbbc
commit 1b59d96296
3 changed files with 10 additions and 1 deletions

6
rules/50-uhk60_v2.rules Normal file
View 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"