Skip to content

Commit 53bf1f7

Browse files
authored
Merge pull request #4 from Ckath/udevrules
add udev rules
2 parents 94e7493 + f78bae8 commit 53bf1f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

90-ybacklight.rules

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ACTION=="add", SUBSYSTEM=="backlight", RUN+="/bin/chgrp video /sys/class/backlight/%k/brightness"
2+
ACTION=="add", SUBSYSTEM=="backlight", RUN+="/bin/chmod g+w /sys/class/backlight/%k/brightness"

0 commit comments

Comments
 (0)