diff --git a/TODO b/TODO index 1e1e46a..c82d400 100644 --- a/TODO +++ b/TODO @@ -5,3 +5,4 @@ xbacklight compat option (-get/-set/-inc/-dec/-help/-time/-steps) #allow fade in and fade out a lot of cleanup rename "backlight" things to "device" things because led/backlight ambiguity +better format output of --get diff --git a/rules/91-leds.rules b/rules/91-leds.rules index a24e2a8..57541c5 100644 --- a/rules/91-leds.rules +++ b/rules/91-leds.rules @@ -1,4 +1,4 @@ -SUBSYSTEM=="leds", ACTION="add", \ - RUN+="/bin/chgrp video %S%p/brightness", \ - RUN+="/bin/chmod g+w %S%p/brightness" +SUBSYSTEM=="leds", ACTION=="add", \ + RUN+="/bin/chgrp video %S%p/brightness", \ + RUN+="/bin/chmod g+w %S%p/brightness"