rpms/xorg-x11-drv-evdev/OLPC-2 evdev-relative-touchpad.patch, NONE, 1.1

Bernardo Innocenti (bernie) fedora-extras-commits at redhat.com
Sat Nov 17 21:42:37 UTC 2007


Author: bernie

Update of /cvs/pkgs/rpms/xorg-x11-drv-evdev/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15934

Added Files:
	evdev-relative-touchpad.patch 
Log Message:
* Wed Oct 10 2007 Bernardo Innocenti <bernie at codewiz.org> 1.2-2
- Add evdev-relative-touchpad.patch


evdev-relative-touchpad.patch:

--- NEW FILE evdev-relative-touchpad.patch ---
diff --git a/src/evdev_axes.c b/src/evdev_axes.c
index e967c61..a3b4051 100644
--- a/src/evdev_axes.c
+++ b/src/evdev_axes.c
@@ -868,7 +868,7 @@ EvdevAxesInit (DeviceIntPtr device)
      * This has to go in Init, because until now there is no valuator struct
      * allocated.
      */
-    s = xf86SetStrOption(pInfo->options, "Mode", "Absolute");
+    s = xf86SetStrOption(pInfo->options, "Mode", "Relative");
     if (!strcasecmp(s, "Absolute")) {
 	pInfo->dev->valuator->mode = Absolute;
 	xf86Msg(X_CONFIG, "%s: Configuring in %s mode.\n", pInfo->name, s);




More information about the fedora-extras-commits mailing list