fixed led udev rule. added to TODO
This commit is contained in:
parent
8686b9fa7a
commit
cfa353f037
1
TODO
1
TODO
@ -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
|
||||||
|
|||||||
@ -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"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user