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

Peter Hutterer whot at kemper.freedesktop.org
Mon Oct 17 23:09:19 PDT 2011


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 a15af628...:
 src/synaptics.c    |  152 ++++++++++++++++++++++-------------------------------
 src/synapticsstr.h |    2 
 2 files changed, 66 insertions(+), 88 deletions(-)


commit 26831a6eeac6762ad4d99532f62ebbab0827de10
Author: Daniel Stone <daniel at fooishbar.org>
Date:   Thu Jun 9 20:03:10 2011 +0100

    Scroll: Prepare ScrollData for smooth scrolling
    
    Convert ScrollData from up/down/left/right members for button presses,
    to more fine-grained delta_x and delta_y members, and move these to
    priv->scroll.
    
    Signed-off-by: Daniel Stone <daniel at fooishbar.org>
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>

diffstat:
    src/synaptics.c    |  135 ++++++++++++++++++-------------------------------
    src/synapticsstr.h |    2 
    2 files changed, 52 insertions(+), 85 deletions(-)

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


commit 7c0361d4ec6b1f1325cb6551d0ee2e7f5cfae15b
Author: Daniel Stone <daniel at fooishbar.org>
Date:   Thu Jun 9 20:03:05 2011 +0100

    Adjust acceleration scheme for input ABI v14
    
    v14 wants doubles, rather than floats, from acceleration schemes.
    
    Signed-off-by: Daniel Stone <daniel at fooishbar.org>
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>

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

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




More information about the xorg-commit mailing list