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

Peter Hutterer whot at kemper.freedesktop.org
Wed Mar 12 00:43:47 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

3 commits against master at 2e5c0cf4...:
 man/synaptics.man  |    1 -
 man/syndaemon.man  |    8 +++-----
 src/properties.c   |    2 +-
 src/synaptics.c    |   43 +++++++++++++++++++++----------------------
 src/synapticsstr.h |    5 ++---
 tools/synclient.c  |    2 +-
 tools/syndaemon.c  |   33 +++++++--------------------------
 7 files changed, 35 insertions(+), 59 deletions(-)


commit 17bbcad28000bbd896a33047c0720ada89e05f5d
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Mar 12 14:11:29 2014 +1000

    Revert "Add another third state to TouchpadOff for disabling all but button clicks"
    
    This third state is not needed, the behaviour of the touchpad driver is now
    good enough to not need an external syndaemon instance to toggle this third
    state.
    
    This reverts commit eea73358760c7ff9c9dac061f265753637c6f25c.
    
    Conflicts:
    	man/synaptics.man
    	src/synaptics.c
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diffstat:
    man/synaptics.man  |    1 -
    man/syndaemon.man  |    8 +++-----
    src/properties.c   |    2 +-
    src/synaptics.c    |   13 +++----------
    src/synapticsstr.h |    2 --
    tools/synclient.c  |    2 +-
    tools/syndaemon.c  |   33 +++++++--------------------------
    7 files changed, 15 insertions(+), 46 deletions(-)

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


commit b40a5255fe73f7f95c8ff7145dd91605f3430119
Author: Stephen Chandler Paul <thatslyude at gmail.com>
Date:   Mon Mar 10 18:33:20 2014 -0400

    Don't allow any type of movement starting in the top softbutton area
    
    Clicking in the top soft button area causes the trackpad to begin
    registering motion, even if the finger never leaves the top soft button
    area. We don't want this kind of behavior for the top soft button area,
    since it makes clicking and dragging items much more difficult when
    using a pointing stick.
    
    Signed-off-by: Stephen Chandler Paul <thatslyude at gmail.com>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

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

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


commit 9a419ba01c53a38b4b601f4415801fca29a2b4e2
Author: Stephen Chandler Paul <thatslyude at gmail.com>
Date:   Mon Mar 10 18:25:20 2014 -0400

    Replace is_inside_anybutton_area with current_button_area
    
    Signed-off-by: Stephen Chandler Paul <thatslyude at gmail.com>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diffstat:
    src/synaptics.c    |   27 ++++++++++++++++-----------
    src/synapticsstr.h |    3 ++-
    2 files changed, 18 insertions(+), 12 deletions(-)

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




More information about the xorg-commit mailing list