xf86-input-synaptics:master: 4 commit(s)

Peter Hutterer whot at kemper.freedesktop.org
Mon Mar 12 23:16:26 PDT 2012


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 master at 65243aed...:
 configure.ac       |    5 +----
 src/eventcomm.c    |   26 +++++++++++++-------------
 src/synaptics.c    |    7 +++----
 src/synapticsstr.h |    4 ++--
 tools/synclient.c  |    2 ++
 5 files changed, 21 insertions(+), 23 deletions(-)


commit defc1d008e5674306a7e9b9cb0c750d9787990b7
Author: Chase Douglas <chase.douglas at canonical.com>
Date:   Thu Feb 9 16:22:35 2012 -0800

    Don't use linear regression when calculating touchpad motion deltas
    
    The results depend on the data rate of the device. A device with a
    higher data rate, and thus lower individual deltas, will behave
    differently with the regression calculation.
    
    This can be verified on Synaptics semi-mt clickpads. The data rate is
    halved when two or more touches are on the device. When trying to press
    a button and drag the cursor with another touch, the motion will feel
    faster than dragging with only one touch on the device.
    
    Signed-off-by: Chase Douglas <chase.douglas at canonical.com>
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>

diffstat:
    src/synaptics.c |    7 +++----
    1 file changed, 3 insertions(+), 4 deletions(-)

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


commit 7f5bd79b2e361a89a8c2716c218e4ae70b7164b8
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Mar 13 11:28:17 2012 +1000

    tools: add hysteresis support to synclient
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Chase Douglas <chase.douglas at canonical.com>

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

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


commit 90d6633d11aa3691b6b39df3931a4024b832eb05
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Mar 12 09:45:05 2012 +1000

    Fix build error - duplicate typedef (#47168)
    
    Introduced in c34cf307f9982b62c6e6dfa2687e1b16f527f2a4.
    synapticsstr.h includes synproto.h, which now contains the typedef.
    
    X.Org Bug 47168 <http://bugs.freedesktop.org/show_bug.cgi?id=47168>
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Chase Douglas <chase.douglas at canonical.com>

diffstat:
    src/synapticsstr.h |    4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

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


commit fadf9cf5e8659ca8500faac498327e6cadcd2652
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Fri Mar 9 12:18:46 2012 +1000

    Always require mtdev on eventcomm
    
    Since a missing mtdev disables all of multitouch on eventcomm, we might as
    well always require it.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Chase Douglas <chase.douglas at canonical.com>

diffstat:
    configure.ac    |    5 +----
    src/eventcomm.c |   26 +++++++++++++-------------
    2 files changed, 14 insertions(+), 17 deletions(-)

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




More information about the xorg-commit mailing list