added rexledctl program and fixed some bugs

This commit is contained in:
Rexy712
2018-05-09 18:22:56 -07:00
parent 87d70841b0
commit 8686b9fa7a
8 changed files with 103 additions and 78 deletions

4
rules/91-leds.rules Normal file
View File

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