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 | 7858b66407586fded075850f5283da2527452418 (patch) | |
tree | 185e86f79b00cad50ac1f3eeb1dcf4dfb41c4210 /x11-drivers/xf86-input-evdev/files | |
parent | Version bump to 0.9.20. Fixes bug 179670. Removed obsolete versions. Added my... (diff) | |
download | historical-7858b66407586fded075850f5283da2527452418.tar.gz historical-7858b66407586fded075850f5283da2527452418.tar.bz2 historical-7858b66407586fded075850f5283da2527452418.zip |
Fixes getting cursor stuck on right screen in zaphod-mode dual-screen setups bug #194465 (Timon Van Overveldt <timonvo@gmail.com>)
Package-Manager: portage-2.1.3.11
Diffstat (limited to 'x11-drivers/xf86-input-evdev/files')
-rw-r--r-- | x11-drivers/xf86-input-evdev/files/1.1.5-zaphod-mouse-fix.patch | 11 | ||||
-rw-r--r-- | x11-drivers/xf86-input-evdev/files/digest-xf86-input-evdev-1.1.5-r2 | 6 |
2 files changed, 17 insertions, 0 deletions
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 |