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

Peter Hutterer whot at kemper.freedesktop.org
Mon Feb 6 05:50:27 PST 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

3 commits against master at 53adb839...:
 src/synaptics.c |   15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)


commit 3822705204f454fea6cc0bf61904c4b7186abee2
Author: Chase Douglas <chase.douglas at canonical.com>
Date:   Thu Feb 2 13:19:16 2012 -0800

    Only move the cursor when one touch is on a touchpad
    
    Otherwise, we might post motion events and touch events for the same
    physical interaction.
    
    Signed-off-by: Chase Douglas <chase.douglas at canonical.com>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

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

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


commit dfdcf8b34363ed2504347d00957a3606f82c0b0d
Author: Chase Douglas <chase.douglas at canonical.com>
Date:   Thu Feb 2 13:19:15 2012 -0800

    Ensure delta computation does not go crazy
    
    I have seen this a couple times, but I haven't been able to catch it
    when it starts. It's a feedback loop, so once you miss the entrance of
    the loop, you can't see what really went wrong.
    
    This patch papers over the issue for now.
    
    Signed-off-by: Chase Douglas <chase.douglas at canonical.com>
    Acked-by: Daniel Stone <daniel at fooishbar.org>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diffstat:
    src/synaptics.c |    8 ++++++++
    1 file changed, 8 insertions(+)

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


commit 782c7fb6fe20ed21b02808096de12d3cbf1afc8b
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Feb 6 23:43:32 2012 +1000

    Remove compiler warning: unused variable "atom"
    
    synaptics.c: In function 'DeviceInit':
    synaptics.c:1161:18: warning: unused variable 'atom' [-Wunused-variable]
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

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

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




More information about the xorg-commit mailing list