8 lines
189 B
D
8 lines
189 B
D
# Options to pass to the lircd process
|
|
LIRCD_OPTS="-d /dev/lirc0"
|
|
# wheter use lirc mouse daemon
|
|
USE_LIRCMD="no"
|
|
# kernel module to load, may be needed for lirc_serial etc.
|
|
LIRC_MODULE=""
|
|
|