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

Peter Hutterer whot at kemper.freedesktop.org
Tue Aug 11 23:09:44 PDT 2015


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 master at fc9f490a...:
 src/eventcomm.c |    4 +
 src/synaptics.c |  113 ++++----------------------------------------------------
 2 files changed, 14 insertions(+), 103 deletions(-)


commit 0a4cf80a00663ff3ce8e76baf0940782576efe13
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Mar 26 16:28:56 2015 +1000

    Drop touch events from the driver
    
    This was a bad idea. No-one seems to use this and it gives us little benefits.
    To even get this feature a number of other features need to be turned off
    (like two-finger scrolling and tapping). Many of these are enabled by default,
    if they are disabled a client stack with full touchpad gesture support could
    in theory support true touchpad gestures. This has never happened.
    
    Drop the touch events from the synaptics driver. This allows us to switch the
    touchpad fully over to look like a relative device, thus also removing the
    bug that changes the touchpad speed whenever a monitor is added/removed in.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Hans de Goede <hdegoede at redhat.com>

diffstat:
    src/synaptics.c |  113 ++++------------------------------------------------
    1 file changed, 10 insertions(+), 103 deletions(-)

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


commit 7aa327603fb2a8af58c8df6f4a4dd46e8294050e
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Jun 17 15:31:08 2015 +1000

    eventcomm: ignore key repeat events
    
    Usually doesn't happen, but the evtest output in
    https://bugs.freedesktop.org/show_bug.cgi?id=90392
    actually has repeat events for the button. Ignore them if they happen.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

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

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




More information about the xorg-commit mailing list