fixed led udev rule. added to TODO

This commit is contained in:
rexy712 2018-05-09 19:16:02 -07:00
parent 8686b9fa7a
commit cfa353f037
2 changed files with 4 additions and 3 deletions

1
TODO
View File

@ -5,3 +5,4 @@ xbacklight compat option (-get/-set/-inc/-dec/-help/-time/-steps)
#allow fade in and fade out #allow fade in and fade out
a lot of cleanup a lot of cleanup
rename "backlight" things to "device" things because led/backlight ambiguity rename "backlight" things to "device" things because led/backlight ambiguity
better format output of --get

View File

@ -1,4 +1,4 @@
SUBSYSTEM=="leds", ACTION="add", \ SUBSYSTEM=="leds", ACTION=="add", \
RUN+="/bin/chgrp video %S%p/brightness", \ RUN+="/bin/chgrp video %S%p/brightness", \
RUN+="/bin/chmod g+w %S%p/brightness" RUN+="/bin/chmod g+w %S%p/brightness"