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

Peter Hutterer whot at kemper.freedesktop.org
Mon Apr 27 16:55:44 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

2 commits against synaptics-1.1-branch at 9ce4f0d5...:
 src/ps2comm.c     |    5 ++++-
 tools/synclient.c |   18 ++++++++++++------
 2 files changed, 16 insertions(+), 7 deletions(-)


commit 386e28b746e7041e5cc1c7ddea7635c3f6a463d1
Author: Eygene Ryabinkin <rea-fbsd at codelabs.ru>
Date:   Tue Apr 28 07:39:36 2009 +1000

    PS/2 interface: sense multifinger taps on FingerHigh (#21427)
    
    Previously multifinger taps were sensed on the Z value > 0: this isn't
    very correct.  Accorging to the specification, Z values below 30
    correspond only to a very light taps or just floating fingers.  I had
    run into the situation when I was clicking on the physical left button
    and that click was transformed to the right button click via
    ClickFinger2, but I wasn't tapping the touchpad at all.  Investigations
    showed very small values of Z -- my other fingers were just floating
    above touchpad.
    
    This change also makes click (and finger) detection more consistent,
    because it uses FingerHigh to detect taps everywhere.
    
    X.Org Bug 21427 <http://bugs.freedesktop.org/show_bug.cgi?id=21427>
    
    Signed-off-by: Eygene Ryabinkin <rea-fbsd at codelabs.ru>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Acked-by: Henrik Rydberg <rydberg at euromail.se>
    (cherry picked from commit ef2221322e62b94a88a8358e6513a3f6f232a28f)

diffstat:
    src/ps2comm.c |    5 ++++-
    1 file changed, 4 insertions(+), 1 deletion(-)

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


commit 884684db6bf6f9257888cac5d5b3371591581df2
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Fri Apr 24 10:17:29 2009 +1000

    synclient: fix 64 bit issues for float properties.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Henrik Rydberg <rydberg at euromail.se>
    (cherry picked from commit 4f58454f53432f67d221ace60675499d8cee2411)

diffstat:
    tools/synclient.c |   18 ++++++++++++------
    1 file changed, 12 insertions(+), 6 deletions(-)

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




More information about the xorg-commit mailing list