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

Peter Hutterer whot at kemper.freedesktop.org
Thu Nov 5 13:54:59 PST 2009


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

5 commits against master at 66229113...:
 configure.ac       |    9 +++++
 man/synclient.man  |    2 -
 src/eventcomm.c    |   34 ++++++++++++----------
 src/ps2comm.c      |   30 +++++++------------
 src/synaptics.c    |   80 ++++++++++++++++++++++-------------------------------
 src/synapticsstr.h |   11 +++++++
 tools/synclient.c  |    3 +
 7 files changed, 89 insertions(+), 80 deletions(-)


commit e6b1a4ef1208fa7ba1e3be3fa01b943ca6f83cd4
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Nov 3 13:40:21 2009 +1000

    Reduce SynapticsCtrl to a stub.
    
    It hasn't done anything useful since at least 2003 and the debug message
    just spams the log.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Acked-by: Adam Jackson <ajax at redhat.com>

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

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


commit 33413529dc35f0afc585d4297f86199393d19684
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Nov 2 10:42:44 2009 +1000

    eventcomm: don't use the Xisb buffers for reading.
    
    The kernel promises to give us 32 bytes for each event, so we don't have to
    juggle the Xisb buffers around for the eventcomm devices.
    
    This leaves the Xisb buffers hanging around but useless (they are
    initialized regardless). Task for a later cleanup.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Acked-by: Adam Jackson <ajax at redhat.com>

diffstat:
    src/eventcomm.c |   28 ++++++++++++++++------------
    1 file changed, 16 insertions(+), 12 deletions(-)

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


commit d3c1b80692013abb2f2dea6ec7acf1d8a89a18d2
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Nov 2 10:06:01 2009 +1000

    Clean up debugging system, allow for --enable-debug
    
    Add --enable-debug to list of configure options.
    Clean up the DBG macro to use xf86MsgVerb and supply the verbosity.
    Don't use ErrorF from the driver, use xf86Msg instead.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Acked-by: Adam Jackson <ajax at redhat.com>

diffstat:
    configure.ac       |    9 ++++++
    src/eventcomm.c    |    6 ++--
    src/ps2comm.c      |   30 ++++++++-------------
    src/synaptics.c    |   69 ++++++++++++++++++++++---------------------------
    src/synapticsstr.h |   11 +++++++
    5 files changed, 67 insertions(+), 58 deletions(-)

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


commit 0198c02774a5063c5cf45b6eddef4a33d9f494d7
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Nov 2 09:48:38 2009 +1000

    Always make the input buffer size 200
    
    PreInit initalizes the input buffer with 200, DeviceOn only with 64. For
    consistency, use the same size in both.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Acked-by: Adam Jackson <ajax at redhat.com>

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

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


commit 8b1446f798478a9d8483cdaae8d7ff1bae5c045b
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Oct 22 08:20:55 2009 +1000

    synclient: if no option is specified, assume -l
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Acked-by: Adam Jackson <ajax at redhat.com>

diffstat:
    man/synclient.man |    2 +-
    tools/synclient.c |    3 +++
    2 files changed, 4 insertions(+), 1 deletion(-)

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




More information about the xorg-commit mailing list