tomh / rpms / lirc

Forked from rpms/lirc 6 years ago
Clone
b830d9a
# Note: in addition to these parameters, you need to have working    -*- sh -*-
b830d9a
# configuration file for lircd (and lircmd if enabled).
b830d9a
9600db3
# Options to lircd(8).  Typically, this will be empty, as which driver to use
9600db3
# should be specified using the LIRC_DRIVER variable below.
b830d9a
LIRCD_OPTIONS=""
b830d9a
9600db3
# The infrared receiver (and/or transmitter) driver to be used by lircd(8),
9600db3
# similar to passing "-H driver" to lircd(8).
9600db3
# Run "/usr/sbin/lircd -H help" to get a listing of supported drivers.
9600db3
LIRC_DRIVER=""
9600db3
9600db3
# Which lirc device will be used by lircd(8).
9600db3
# This is the same as passing "-d device" to lircd.
6402ffb
# An empty value will use the default /dev/lirc0 device.
9600db3
LIRC_DEVICE=""
9600db3
b830d9a
# If "yes", the init script will try to start lircmd(8) too.
b830d9a
ENABLE_LIRCMD="no"
b830d9a
b830d9a
# Options to lircmd(8).
b830d9a
LIRCMD_OPTIONS=""
9600db3