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

Peter Hutterer whot at kemper.freedesktop.org
Thu Jul 16 19:08:13 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

Commit against master at 0c3fbceb...:
commit 7179a0eb11a842d9d5a420f5702a411b0dc217a2
Author: Alberto Milone <alberto.milone at canonical.com>
Date:   Thu Jul 16 12:08:08 2009 +0200

    Add active area outside of which movements, scrolling, tapping are ignored.
    
    On some touchpads physical buttons are located under the touchpad surface. As a
    result, when users try to perform a click, by pressing that part of the surface
    of the touchpad, they get a click, a movement, a tap and (in some cases) a scroll,
    which can make clicks quite inaccurate.
    
    The "Synaptics Area" property can be used to define the edges of the active area of
    the touchpad so that all movement, scrolling and tapping which take place outside
    of this area will be ignored. This property is disabled by default.
    
    Fixes xorg bug #21613.
    
    Signed-off-by: Alberto Milone <alberto.milone at canonical.com>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diffstat:
    include/synaptics-properties.h |    3 +
    man/synaptics.man              |   37 ++++++++++++++++
    src/properties.c               |   20 +++++++++
    src/synaptics.c                |   81 +++++++++++++++++++++++++++++--------
    src/synapticsstr.h             |    1 
    tools/synclient.c              |    4 +
    6 files changed, 129 insertions(+), 17 deletions(-)

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




More information about the xorg-commit mailing list