| 1 |
# Options to pass to the lircd process |
| 2 |
|
| 3 |
# for devices with lirc-kernel-module |
| 4 |
#LIRCD_OPTS="-d /dev/lirc0" |
| 5 |
#LIRCD_OPTS="-d /dev/lirc" |
| 6 |
|
| 7 |
# for devices using the input-layer |
| 8 |
#LIRCD_OPTS="-H devinput -d /dev/input/by-path/pci-0000:00:0a.0--event-ir" |
| 9 |
# This should work, Bug #235107 |
| 10 |
#LIRCD_OPTS="-H devinput -d name=*DVB*" |
| 11 |
|
| 12 |
# set default protocol to 'lirc' for in-kernel IR decoding |
| 13 |
# for the following entries in /sys/class/rc/ |
| 14 |
# (space-separated list if there is more than one) |
| 15 |
LIRCD_SET_SYSCLASSRCS="rc0" |