Skip to content

Commit b53eb1b

Browse files
author
Ben Klopfenstein
committed
include udev rules for uinput
1 parent 3f5b5ef commit b53eb1b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

etc/libcec-daemon.rules

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# udev added named link for cec daemon for ease of setting up other applications
22
KERNEL=="event*", ATTRS{name}=="libcec-daemon", SYMLINK="input/by-id/libcec-daemon"
33

4-
#Allow only the cec group to access CEC devices, so that libcec-daemon can get exclusive use
4+
# grant cec uinput permissions
5+
KERNEL=="uinput", GROUP="cec", MODE="0660"
56

6-
#Pulse-Eight adapter
7-
ATTRS{idProduct}=="1002", ATTRS{idVendor}=="2548", SUBSYSTEM=="tty", SYMLINK+="ttyCEC", GROUP="cec"
7+
# Allow only the cec group to access CEC devices, so that libcec-daemon can get exclusive use
8+
9+
# Pulse-Eight adapter
10+
ATTRS{idProduct}=="1002", ATTRS{idVendor}=="2548", SUBSYSTEM=="tty", SYMLINK+="ttyCEC", GROUP="cec", MODE="0660"

0 commit comments

Comments
 (0)