From cfa353f03742e44e8d21dc0fd6c9a133a1a0fad1 Mon Sep 17 00:00:00 2001 From: rexy712 Date: Wed, 9 May 2018 19:16:02 -0700 Subject: [PATCH] fixed led udev rule. added to TODO --- TODO | 1 + rules/91-leds.rules | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) 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"