From 178fdceb0f95e7d00327051a88324a40b61ad2b6 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 7 Oct 2012 18:08:54 +0100 Subject: lirc w/ USB IR Toy patch --- app-misc/lirc/files/lircd.conf.4 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 app-misc/lirc/files/lircd.conf.4 (limited to 'app-misc/lirc/files/lircd.conf.4') diff --git a/app-misc/lirc/files/lircd.conf.4 b/app-misc/lirc/files/lircd.conf.4 new file mode 100644 index 0000000..f59c5f2 --- /dev/null +++ b/app-misc/lirc/files/lircd.conf.4 @@ -0,0 +1,22 @@ +# Options to pass to the lircd process + +# for devices with lirc-kernel-module +#LIRCD_OPTS="-d /dev/lirc0" +#LIRCD_OPTS="-d /dev/lirc" + +# for devices using the input-layer +#LIRCD_OPTS="-H devinput -d /dev/input/by-path/pci-0000:00:0a.0--event-ir" +# This should work, Bug #235107 +#LIRCD_OPTS="-H devinput -d name=*DVB*" + +# set default protocol to 'lirc' for in-kernel IR decoding +# for the following entries in /sys/class/rc/ +# (space-separated list if there is more than one) +LIRCD_SET_SYSCLASSRCS="rc0" + +# If running mulitple instances of lircd, the following +# can be used to override the default socket path and +# socket symlink +#LIRCD_SOCKET="/var/run/lirc/lircd" +#LIRCD_SYMLINKFILE="/dev/lircd" + -- cgit v1.2.3