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

Peter Hutterer whot at kemper.freedesktop.org
Tue Apr 29 19:53:11 PDT 2014


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.7-branch at baca0fde...:
 man/synaptics.man |    2 +-
 src/eventcomm.c   |    4 +++-
 src/synaptics.c   |    7 +++++++
 3 files changed, 11 insertions(+), 2 deletions(-)


commit 8577f7dcf1c66c519c8d8d068e5d7ca84cacea9c
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Fri Apr 11 20:41:36 2014 +0200

    Always count tripletap + click as 3 fingerclick on pads with < 3 touches
    
    When trying to do a 3 fingerclick on a touchpad which only tracks 2 touches,
    this may register as a 3 or 2 fingerclick depending on the order in which
    the touchpad detects the fingers. If the 2 outer fingers of the 3 get seen
    first, then the 2 touches will be too far apart for the heuristic to see
    them as being close together, and the click gets counted as a 2 finger click.
    
    A user will likely never do a 2 finger click with a 3th finger resting
    somewhere else on the pad, where-as the above misdetection of the clicks is
    a real issue, so simply always count a click with trippletap set as a
    3 finger click on pads which track less then 3 touches.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1086218
    
    Signed-off-by: Hans de Goede <hdegoede at redhat.com>
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    (cherry picked from commit a6f0f4c9a5bcb0e25343dd4c59d4cc47cc5e8006)

diffstat:
    src/synaptics.c |   25 +++++--------------------
    1 file changed, 5 insertions(+), 20 deletions(-)

cgit url:
http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/commit/?id=8577f7dc


commit c5e59d9d910e611687957736cdc58593c1f56439
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Dec 16 09:43:40 2013 +1000

    On clickpads with two touchpoints, try to detect clickfinger 3 actions
    
    Some touchpads provide BTN_TOOL_TRIPLETAP but do not track more than two
    touchpoints. For those, try to detect clickfinger3 actions as best as we can.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    (cherry picked from commit 51b6bf3c1083638527b18696c2b682fd78c97070)

diffstat:
    src/synaptics.c |   22 ++++++++++++++++++++++
    1 file changed, 22 insertions(+)

cgit url:
http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/commit/?id=8577f7dc


commit da61d8b9dca8a94f95ba7d04673f27cecf35765b
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Apr 29 12:13:10 2014 +1000

    man: add some missing quotes
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    (cherry picked from commit 41afac2abf12dd74a171f726b57014f7fb266957)

diffstat:
    man/synaptics.man |    2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

cgit url:
http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/commit/?id=8577f7dc


commit 065baf2c85c0a6ba90049f26df9788e9ee6e1239
Author: Clinton Sprain <clintonsprain at gmail.com>
Date:   Tue Apr 29 19:47:17 2014 -0500

    Fix product ID cutoff for MODEL_APPLETOUCH/MODEL_UNIBODY_MACBOOK
    
    Some Macbooks are being tagged as MODEL_UNIBODY_MACBOOKs when they should not
    be. This causes the default sensitivity to be very low for them, making the
    touchpad almost unusable. This change puts those devices into the correct
    bucket again.
    
    Signed-off-by: Clinton Sprain <clintonsprain at gmail.com>
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    (cherry picked from commit efa424b5c9c084c1c1136a68329709c7dc9ddfda)

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

cgit url:
http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/commit/?id=8577f7dc




More information about the xorg-commit mailing list