mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 18:20:10 +00:00
d68ffc6ef0
There is a older version available at meta-guacamayo but its not distro specific and many distros might need it so meta-oe is right place for it. Change-Id: Ic6b45dd652187d72a1e1bf4fb5adc8ed9c80e52a Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
25 lines
646 B
Plaintext
25 lines
646 B
Plaintext
# These are the default options to lircd, if installed as
|
|
# /etc/lirc/lirc_options.conf. See the lircd(8) and lircmd(8)
|
|
# manpages for info on the different options.
|
|
|
|
[lircd]
|
|
nodaemon = False
|
|
permission = 666
|
|
driver = default
|
|
device = /dev/lirc0
|
|
output = /var/run/lirc/lircd
|
|
pidfile = /var/run/lirc/lircd.pid
|
|
plugindir = /usr/lib/lirc/plugins
|
|
allow-simulate = No
|
|
repeat-max = 600
|
|
#listen = [address:]port
|
|
#connect = host[:port]
|
|
#debug = 5
|
|
#uinput = ...
|
|
#release = ...
|
|
#logfile = ...
|
|
|
|
[lircmd]
|
|
uinput = False
|
|
nodeamon = False
|