xf86-input-synaptics:synaptics-1.1-branch: 4 commit(s)

Peter Hutterer whot at kemper.freedesktop.org
Wed May 20 23:19:58 PDT 2009


Reporting from xf86-input-synaptics: xf86-input-synaptics driver

Please visit:
    http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics
Or get your own copy by using:
    git-clone git://anongit.freedesktop.org/xorg/driver/xf86-input-synaptics

4 commits against synaptics-1.1-branch at 881f8557...:
 configure.ac      |    2 +-
 src/eventcomm.c   |   20 ++++++++++----------
 tools/synclient.c |    2 +-
 3 files changed, 12 insertions(+), 12 deletions(-)


commit 3b2c023ca64c20203973fc3e606ab91dfc65c16f
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue May 19 08:43:57 2009 +1000

    synaptics 1.1.1

diffstat:
    configure.ac |    2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

gitweb url:
http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics;a=commit;h=3b2c023c


commit 553106362973f4938e0a03a4178c97b0ce0ff0f1
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue May 19 08:43:29 2009 +1000

    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>
    Signed-off-by: Henrik Rydberg <rydberg at euromail.se>
    (cherry picked from commit 35191ec094a2006ba290713640dd95c88ca3b0f9)
    
    Conflicts:
    
    	tools/synclient.c

diffstat:
    tools/synclient.c |    2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

gitweb url:
http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics;a=commit;h=3b2c023c


commit 4b12887fbd4ae82196b4e64beef0118905c5aa38
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Fri May 15 11:59:58 2009 +1000

    eventcomm: force boolean values for has_left, has_right, etc.
    
    TEST_BIT simply returns the value of the bytes, so we end up with has_left
    and friends being an integer value instead of a boolean value. This again
    may cause confusion in other parts, if a 1/0 boolean value is expected (e.g.
    all xf86SetBoolOption()).
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Henrik Rydberg <rydberg at euromail.se>
    (cherry picked from commit e0d651c77e3a59086d5f36d1aaf9e6ba80394336)

diffstat:
    src/eventcomm.c |   10 +++++-----
    1 file changed, 5 insertions(+), 5 deletions(-)

gitweb url:
http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics;a=commit;h=3b2c023c


commit 372ab4c9b66e3d267e35275d3d2597cdb594ed73
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Mar 24 11:24:02 2009 +1000

    Shut up valgrind warnings about uninitialized variables.
    
    Reported-by: Zdenek Kabelac <zkabelac at redhat.com>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    (cherry picked from commit 18442d927f6cf03e7a366f6c3c0292b065ba1c64)

diffstat:
    src/eventcomm.c |   10 +++++-----
    1 file changed, 5 insertions(+), 5 deletions(-)

gitweb url:
http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics;a=commit;h=3b2c023c




More information about the xorg-commit mailing list