mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 12:36:18 +00:00
c16def7032
* Switch: it builds * Switch: Use udev to finalize usb gadget to save from systemd looping service restart until cable connected. * Switch: Update kernel stuff again * Switch: Downgrade Alsa packages to version in 4.x tree * Joycond: Update Switch version * Switch: Minor fixes * LibreELEC: Fix a few broken files from upstream pull * Switch: Fix LibreELEC build. * Switch: Update bootloader stuff * L4T: FFMPEG: Add support for nvv4l2 decoder/encoder * FFMPEG: Add back encoder support for game recording in retroarch * FFMPEG: revert a few changes, and add support for vulkan.
44 lines
1.1 KiB
Plaintext
44 lines
1.1 KiB
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.
|
|
#
|
|
# Some tools including mode2 and irw uses values such as
|
|
# driver, device, plugindir and loglevel as fallback values
|
|
# in not defined elsewhere.
|
|
|
|
[lircd]
|
|
nodaemon = False
|
|
driver = default
|
|
device = /dev/lirc0
|
|
output = /run/lirc/lircd.socket
|
|
pidfile = /run/lirc/lircd.pid
|
|
plugindir = /usr/lib/lirc/plugins
|
|
permission = 666
|
|
allow-simulate = No
|
|
repeat-max = 600
|
|
#effective-user =
|
|
#listen = [address:]port
|
|
#connect = host[:port]
|
|
#loglevel = 6
|
|
#release = true
|
|
#release_suffix = _EVUP
|
|
|
|
#logfile = ...
|
|
|
|
[lircmd]
|
|
uinput = False
|
|
nodaemon = False
|
|
|
|
# modinit is not supported in LibreELEC
|
|
|
|
# [modinit]
|
|
# code = /usr/sbin/modprobe lirc_serial
|
|
# code1 = /usr/bin/setfacl -m g:lirc:rw /dev/uinput
|
|
# code2 = ...
|
|
|
|
|
|
# [lircd-uinput]
|
|
# add-release-events = False
|
|
# release-timeout = 200
|
|
# release-suffix = _EVUP
|