summaryrefslogtreecommitdiff
path: root/app-misc/lirc/files/lircd.conf.4
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2021-05-01 12:11:52 +0100
committerdakkar <dakkar@thenautilus.net>2021-05-01 12:11:52 +0100
commit86fbe7877903f13497d35331048a2a6d203a807a (patch)
tree7a1605dc0659bebf2dd137ef391ca101842606bd /app-misc/lirc/files/lircd.conf.4
parentremove old claws ebuilds (diff)
downloadgentoo-overlay-86fbe7877903f13497d35331048a2a6d203a807a.tar.gz
gentoo-overlay-86fbe7877903f13497d35331048a2a6d203a807a.tar.bz2
gentoo-overlay-86fbe7877903f13497d35331048a2a6d203a807a.zip
lirc 0.10.0 contains the driver already
Diffstat (limited to 'app-misc/lirc/files/lircd.conf.4')
-rw-r--r--app-misc/lirc/files/lircd.conf.422
1 files changed, 0 insertions, 22 deletions
diff --git a/app-misc/lirc/files/lircd.conf.4 b/app-misc/lirc/files/lircd.conf.4
deleted file mode 100644
index f59c5f2..0000000
--- a/app-misc/lirc/files/lircd.conf.4
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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"
-