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

Peter Hutterer whot at kemper.freedesktop.org
Wed Jan 7 15:17:06 PST 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

Commit against master at a897147b...:
commit a05894d169be42f03d21fb8287da902d8c24c566
Author: Gabriele Mazzotta <gabriele.mzt at gmail.com>
Date:   Wed Jan 7 14:12:33 2015 +0100

    Don't assume that touch devices report per finger width and pressure
    
    The palm detection relies on both the width and the pressure.
    a897147be04 ("Use ABS_MT events for the palm detection when supported")
    assumed that all the touch devices can report both ABS_MT_TOUCH_MAJOR
    and ABS_MT_PRESSURE, but this is not necessarily true. This assumption
    could hence break the palm detection when at least one of the mentioned
    events is not declared but both ABS_TOOL_WIDTH and ABS_PRESSURE are
    reported.
    
    Signed-off-by: Gabriele Mazzotta <gabriele.mzt at gmail.com>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diffstat:
    src/eventcomm.c    |   10 ++++++++--
    src/synaptics.c    |    2 +-
    src/synapticsstr.h |    1 +
    3 files changed, 10 insertions(+), 3 deletions(-)

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




More information about the xorg-commit mailing list