File: 97-lircd-uinput.rules

package info (click to toggle)
lirc 0.10.2-0.10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,268 kB
  • sloc: ansic: 26,981; cpp: 9,187; sh: 5,875; python: 4,507; makefile: 1,049; xml: 63
file content (10 lines) | stat: -rw-r--r-- 503 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
# Make the lircd-uinput /dev/input user device visible as /dev/lircd-uinput
SUBSYSTEMS=="input",ATTRS{name}=="lircd-uinput",SYMLINK+="lircd-uinput"

# Make the lircmd /dev/input user device visible as /dev/lircmd
SUBSYSTEMS=="input",ATTRS{name}=="lircmd",SYMLINK+="lircmd"
#
# Make /dev/uinput accessible for the lirc group. A setfacl RUN would be
# better here, but seemingly does not work (?)
# An alternative is to use lircd-setup(8) to sun setfacl(1).
## KERNEL=="uinput",GROUP:="lirc",MODE:="0660"