Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/lirc/files: lircd.conf.2
Date: Sun, 12 Oct 2008 19:19:02
Message-Id: E1Kp6Sx-000187-Ui@stork.gentoo.org
1 zzam 08/10/12 19:18:59
2
3 Modified: lircd.conf.2
4 Log:
5 Fix config example for devinput, Bug #235107
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.25-tuxonice-r6 i686)
7
8 Revision Changes Path
9 1.2 app-misc/lirc/files/lircd.conf.2
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/lirc/files/lircd.conf.2?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/lirc/files/lircd.conf.2?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/lirc/files/lircd.conf.2?r1=1.1&r2=1.2
14
15 Index: lircd.conf.2
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-misc/lirc/files/lircd.conf.2,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- lircd.conf.2 12 Nov 2007 19:08:21 -0000 1.1
22 +++ lircd.conf.2 12 Oct 2008 19:18:59 -0000 1.2
23 @@ -6,5 +6,5 @@
24
25 # for devices using the input-layer
26 #LIRCD_OPTS="-H devinput -d /dev/input/by-path/pci-0000:00:0a.0--event-ir"
27 -# Maybe this works (untested):
28 -#LIRCD_OPTS="-H devinput name='*DVB*'"
29 +# This should work, Bug #235107
30 +#LIRCD_OPTS="-H devinput name=*DVB*"