diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-10-02 21:40:37 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-10-02 21:40:37 +0000 |
commit | 4d818f048d6deaba042e37a672227a0392859026 (patch) | |
tree | 336e32697c891c3a1807c3f8646a754e528b6199 /x11-drivers/xf86-input-evdev | |
parent | Version bump to 0.9.20. Fixes bug 179670. Removed obsolete versions. Added my... (diff) | |
download | gentoo-2-4d818f048d6deaba042e37a672227a0392859026.tar.gz gentoo-2-4d818f048d6deaba042e37a672227a0392859026.tar.bz2 gentoo-2-4d818f048d6deaba042e37a672227a0392859026.zip |
Fixes getting cursor stuck on right screen in zaphod-mode dual-screen setups bug #194465 (Timon Van Overveldt <timonvo@gmail.com>)
(Portage version: 2.1.3.11)
Diffstat (limited to 'x11-drivers/xf86-input-evdev')
4 files changed, 48 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-evdev/ChangeLog b/x11-drivers/xf86-input-evdev/ChangeLog index c2ab822a044a..537adba3b183 100644 --- a/x11-drivers/xf86-input-evdev/ChangeLog +++ b/x11-drivers/xf86-input-evdev/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-drivers/xf86-input-evdev # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.59 2007/05/27 17:35:04 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.60 2007/10/02 21:40:36 cardoe Exp $ + +*xf86-input-evdev-1.1.5-r2 (02 Oct 2007) + + 02 Oct 2007; Doug Goldstein <cardoe@gentoo.org> + +files/1.1.5-zaphod-mouse-fix.patch, +xf86-input-evdev-1.1.5-r2.ebuild: + Fixes getting cursor stuck on right screen in zaphod-mode dual-screen setups + bug #194465 (Timon Van Overveldt <timonvo@gmail.com>) 27 May 2007; Joshua Kinard <kumba@gentoo.org> xf86-input-evdev-1.1.5-r1.ebuild: diff --git a/x11-drivers/xf86-input-evdev/files/1.1.5-zaphod-mouse-fix.patch b/x11-drivers/xf86-input-evdev/files/1.1.5-zaphod-mouse-fix.patch new file mode 100644 index 000000000000..ae65acbf3312 --- /dev/null +++ b/x11-drivers/xf86-input-evdev/files/1.1.5-zaphod-mouse-fix.patch @@ -0,0 +1,11 @@ +--- a/src/evdev_axes.c ++++ b/src/evdev_axes.c +@@ -683,7 +683,7 @@ + return !Success; + + for (i = 0; i < axes; i++) { +- xf86InitValuatorAxisStruct(device, i, 0, -1, 0, 0, 1); ++ xf86InitValuatorAxisStruct(device, i, -1, -1, 0, 0, 1); + xf86InitValuatorDefaults(device, i); + } + diff --git a/x11-drivers/xf86-input-evdev/files/digest-xf86-input-evdev-1.1.5-r2 b/x11-drivers/xf86-input-evdev/files/digest-xf86-input-evdev-1.1.5-r2 new file mode 100644 index 000000000000..c9bf8f0dbfb6 --- /dev/null +++ b/x11-drivers/xf86-input-evdev/files/digest-xf86-input-evdev-1.1.5-r2 @@ -0,0 +1,6 @@ +MD5 56566e8c3fb4bb99791d1788d0a9a1a8 x11-driver-patches-4.tar.bz2 346 +RMD160 fcbd405de080d07612d46f455b927035fd8123a8 x11-driver-patches-4.tar.bz2 346 +SHA256 07069bbd072f2def50e83801a8f2a41a4c96495104f15cd6f56f7df7f89769bf x11-driver-patches-4.tar.bz2 346 +MD5 01705ea9a4d1699d5eeb17e7f297a581 xf86-input-evdev-1.1.5.tar.bz2 242307 +RMD160 13292abea84654828af720c720988a3f6c7f9ac8 xf86-input-evdev-1.1.5.tar.bz2 242307 +SHA256 52b7daab86dade2d189f0378ddf196c018cdc9dd47ade0b3b8fc7591cb4bbe9e xf86-input-evdev-1.1.5.tar.bz2 242307 diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.1.5-r2.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.1.5-r2.ebuild new file mode 100644 index 000000000000..147e1352d9c4 --- /dev/null +++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.1.5-r2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.1.5-r2.ebuild,v 1.1 2007/10/02 21:40:36 cardoe Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="Generic Linux input driver" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" + +RDEPEND="x11-base/xorg-server" +DEPEND="${RDEPEND} + || ( >=sys-kernel/linux-headers-2.6 >=sys-kernel/mips-headers-2.6 ) + >=x11-proto/inputproto-1.4 + x11-proto/randrproto + x11-proto/xproto" + +PATCHES="${FILESDIR}/1.1.5-fix_compatibility.patch + ${FILESDIR}/1.1.5-zaphod-mouse-fix.patch" |