added udev rules for huion tablet and backlight
This commit is contained in:
parent
c2e6867ac7
commit
87020e7ab2
1
etc/udev/rules.d/50-huion-tablet.rules
Normal file
1
etc/udev/rules.d/50-huion-tablet.rules
Normal file
@ -0,0 +1 @@
|
||||
ACTION=="add",SUBSYSTEM=="usb",ATTRS{idVendor}=="256c",ATTRS{idProduct}=="006e",ENV{XAUTHORITY}="/home/toerd/.Xauthority",RUN+="/home/toerd/.dotfiles/huion/huion_udev.sh",MODE="0666",OWNER="toerd"
|
3
etc/udev/rules.d/90-backlight.rules
Normal file
3
etc/udev/rules.d/90-backlight.rules
Normal file
@ -0,0 +1,3 @@
|
||||
SUBSYSTEM=="backlight", ACTION=="add", \
|
||||
RUN+="/bin/chgrp video %S%p/brightness", \
|
||||
RUN+="/bin/chmod g+w %S%p/brightness"
|
Loading…
x
Reference in New Issue
Block a user