Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-synaptics/files: 1.2.2-xorg-inputclass
Date: Wed, 21 Apr 2010 17:03:12
Message-Id: 20100421160346.9B98B2C057@corvid.gentoo.org
1 chainsaw 10/04/21 16:03:46
2
3 Added: 1.2.2-xorg-inputclass
4 Log:
5 This one is for you pheand: Install an X.Org 1.8 InputClass policy control file to actually use the driver we installed. With thanks to Hanno Boeck & Stephen "steve" Klimaszewski, closes bug #314989.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 x11-drivers/xf86-input-synaptics/files/1.2.2-xorg-inputclass
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/files/1.2.2-xorg-inputclass?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-synaptics/files/1.2.2-xorg-inputclass?rev=1.1&content-type=text/plain
13
14 Index: 1.2.2-xorg-inputclass
15 ===================================================================
16 Section "InputClass"
17 Identifier "touchpad catchall"
18 MatchIsTouchpad "on"
19 MatchDevicePath "/dev/input/event*"
20 Driver "synaptics"
21 EndSection