rpms/xorg-x11-drv-synaptics/F-11 synaptics-1.1.0-synclient-accel-max.patch, NONE, 1.1 xorg-x11-drv-synaptics.spec, 1.30, 1.31

Peter Hutterer whot at fedoraproject.org
Mon May 18 07:35:35 UTC 2009


Author: whot

Update of /cvs/pkgs/rpms/xorg-x11-drv-synaptics/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4019

Modified Files:
	xorg-x11-drv-synaptics.spec 
Added Files:
	synaptics-1.1.0-synclient-accel-max.patch 
Log Message:
* Mon May 18 2009 Peter Hutterer <peter.hutterer at redhat.com> 1.1.0-6
- synaptics-1.1.0-synclient-accel-max.patch: update synclient's maximum
  value for AccelFactor to 1.0.


synaptics-1.1.0-synclient-accel-max.patch:

--- NEW FILE synaptics-1.1.0-synclient-accel-max.patch ---
>From d03d6cb1b00030caf4f84694f73620e2895f9e81 Mon Sep 17 00:00:00 2001
From: Peter Hutterer <peter.hutterer at who-t.net>
Date: Mon, 18 May 2009 17:23:02 +1000
Subject: [PATCH] synclient: up max value for AccelFactor to 1.0

There's no real reason to restrict AccelFactor to 0.2, the driver itself
doesn't restrict AccelFactor either. Upwards of 1.0 it's hard to spot any
real differences in speed though, so 1.0 seems like a sensible maximum.

Red Hat Bug 462574 <https://bugzilla.redhat.com/show_bug.cgi?id=462574>

Reported-by: David Woodhouse <dwmw2 at infradead.org>
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 tools/synclient.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/synclient.c b/tools/synclient.c
index e50e564..2665389 100644
--- a/tools/synclient.c
+++ b/tools/synclient.c
@@ -123,7 +123,7 @@ static struct Parameter params[] = {
 		SYNAPTICS_PROP_SPEED,		0, /*float */	0),
     DEFINE_PAR("MaxSpeed",             max_speed,               PT_DOUBLE, 0, 1.0,
 		SYNAPTICS_PROP_SPEED,		0, /*float */	1),
-    DEFINE_PAR("AccelFactor",          accl,                    PT_DOUBLE, 0, 0.2,
+    DEFINE_PAR("AccelFactor",          accl,                    PT_DOUBLE, 0, 1.0,
 		SYNAPTICS_PROP_SPEED,		0, /*float */	2),
     DEFINE_PAR("TrackstickSpeed",      trackstick_speed,        PT_DOUBLE, 0, 200.0,
 		SYNAPTICS_PROP_SPEED,		0, /*float */ 3),
-- 
1.6.3.rc1.2.g0164.dirty



Index: xorg-x11-drv-synaptics.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-synaptics/F-11/xorg-x11-drv-synaptics.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- xorg-x11-drv-synaptics.spec	5 May 2009 02:08:37 -0000	1.30
+++ xorg-x11-drv-synaptics.spec	18 May 2009 07:35:04 -0000	1.31
@@ -7,7 +7,7 @@
 Name:           xorg-x11-drv-synaptics
 Summary:        Xorg X11 Synaptics touchpad input driver
 Version:        1.1.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 URL:            http://www.x.org
 License:        MIT
 Group:          User Interface/X Hardware Support
@@ -23,6 +23,8 @@ Patch2:		synaptics-1.1.0-allocate-timer-
 Patch3:         synaptics-1.1.0-edges.patch
 # https://bugzilla.redhat.com/show_bug.cgi?id=499058
 Patch4:         synaptics-1.1.0-nograb-fail.patch
+# https://bugzilla.redhat.com/show_bug.cgi?id=462574
+Patch5:         synaptics-1.1.0-synclient-accel-max.patch
 
 ExcludeArch:    s390 s390x
 
@@ -84,6 +86,7 @@ Features:
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 autoreconf -v --install --force || exit 1
@@ -132,6 +135,10 @@ Development files for the Synaptics Touc
 
 
 %changelog
+* Mon May 18 2009 Peter Hutterer <peter.hutterer at redhat.com> 1.1.0-6
+- synaptics-1.1.0-synclient-accel-max.patch: update synclient's maximum
+  value for AccelFactor to 1.0.
+
 * Tue May 05 2009 Peter Hutterer <peter.hutterer at redhat.com>  1.1.0-5
 - synaptics-1.1.0-nograb-fail.patch: fail if the device cannot be grabbed
   (#499058)




More information about the scm-commits mailing list