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

Peter Hutterer whot at kemper.freedesktop.org
Thu May 7 21:20:43 PDT 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

2 commits against master at c3ab0ae4...:
 include/synaptics.h |   12 -----
 man/synclient.man   |    3 -
 src/alpscomm.c      |    4 -
 src/eventcomm.c     |   61 +++++++++++++++++++++--------
 src/ps2comm.c       |  109 +++++++++++++++++++++++++++++++---------------------
 src/ps2comm.h       |   44 ++++++++++----------
 src/synaptics.c     |   11 ++---
 src/synapticsstr.h  |    2 
 src/synproto.h      |    4 -
 tools/synclient.c   |   32 +--------------
 10 files changed, 148 insertions(+), 134 deletions(-)


commit e4b1571d487cb67bab64e1ee890bddcd02437ddf
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Apr 30 15:05:50 2009 +1000

    eventcomm: if we can't grab the device, assume it's not a touchpad.
    
    If a device is configured in the xorg.conf, it will get added once in the
    config, once through HAL. Since we grab the device, the second device will be
    mute. And confuses tools and users alike.
    
    So let's just assume that if we can't grab the device, it doesn't exist.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Christoph Brill <egore911 at egore911.de>

diffstat:
    src/eventcomm.c |   57 +++++++++++++++++++++++++++++++++++++++-------------
    1 file changed, 43 insertions(+), 14 deletions(-)

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


commit 609b6728effb53006b2d0be1fac55d4ab1f269d2
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Apr 29 21:29:57 2009 +1000

    Purge SynapticsHWInfo stuff, move it into proto_data.
    
    This was only used in PS/2, on linux only on kernel 2.4 and it clobbered up
    the rest. Move it to the ps2comm parts only, keep it private there.
    This includes adding a "proto_data" field to the SynapticsPrivate.
    
    This patch removes the -h option for synclient.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Christoph Brill <egore911 at egore911.de>

diffstat:
    include/synaptics.h |   12 -----
    man/synclient.man   |    3 -
    src/alpscomm.c      |    4 -
    src/eventcomm.c     |    4 -
    src/ps2comm.c       |  109 +++++++++++++++++++++++++++++-------------------
    src/ps2comm.h       |   44 +++++++++----------
    src/synaptics.c     |   11 ++--
    src/synapticsstr.h  |    2 
    src/synproto.h      |    4 -
    tools/synclient.c   |   32 +-------------
    10 files changed, 105 insertions(+), 120 deletions(-)

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




More information about the xorg-commit mailing list