Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-evdev/files: 1.1.5-zaphod-mouse-fix.patch digest-xf86-input-evdev-1.1.5-r2
Date: Tue, 02 Oct 2007 21:49:42
Message-Id: E1IcpTp-0005tU-NS@stork.gentoo.org
1 cardoe 07/10/02 21:40:37
2
3 Added: 1.1.5-zaphod-mouse-fix.patch
4 digest-xf86-input-evdev-1.1.5-r2
5 Log:
6 Fixes getting cursor stuck on right screen in zaphod-mode dual-screen setups bug #194465 (Timon Van Overveldt <timonvo@×××××.com>)
7 (Portage version: 2.1.3.11)
8
9 Revision Changes Path
10 1.1 x11-drivers/xf86-input-evdev/files/1.1.5-zaphod-mouse-fix.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evdev/files/1.1.5-zaphod-mouse-fix.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evdev/files/1.1.5-zaphod-mouse-fix.patch?rev=1.1&content-type=text/plain
14
15 Index: 1.1.5-zaphod-mouse-fix.patch
16 ===================================================================
17 --- a/src/evdev_axes.c
18 +++ b/src/evdev_axes.c
19 @@ -683,7 +683,7 @@
20 return !Success;
21
22 for (i = 0; i < axes; i++) {
23 - xf86InitValuatorAxisStruct(device, i, 0, -1, 0, 0, 1);
24 + xf86InitValuatorAxisStruct(device, i, -1, -1, 0, 0, 1);
25 xf86InitValuatorDefaults(device, i);
26 }
27
28
29
30
31 1.1 x11-drivers/xf86-input-evdev/files/digest-xf86-input-evdev-1.1.5-r2
32
33 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evdev/files/digest-xf86-input-evdev-1.1.5-r2?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evdev/files/digest-xf86-input-evdev-1.1.5-r2?rev=1.1&content-type=text/plain
35
36 Index: digest-xf86-input-evdev-1.1.5-r2
37 ===================================================================
38 MD5 56566e8c3fb4bb99791d1788d0a9a1a8 x11-driver-patches-4.tar.bz2 346
39 RMD160 fcbd405de080d07612d46f455b927035fd8123a8 x11-driver-patches-4.tar.bz2 346
40 SHA256 07069bbd072f2def50e83801a8f2a41a4c96495104f15cd6f56f7df7f89769bf x11-driver-patches-4.tar.bz2 346
41 MD5 01705ea9a4d1699d5eeb17e7f297a581 xf86-input-evdev-1.1.5.tar.bz2 242307
42 RMD160 13292abea84654828af720c720988a3f6c7f9ac8 xf86-input-evdev-1.1.5.tar.bz2 242307
43 SHA256 52b7daab86dade2d189f0378ddf196c018cdc9dd47ade0b3b8fc7591cb4bbe9e xf86-input-evdev-1.1.5.tar.bz2 242307
44
45
46
47 --
48 gentoo-commits@g.o mailing list