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

Peter Hutterer whot at kemper.freedesktop.org
Sun Apr 26 04:04:40 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

5 commits against master at b56ab7e0...:
 configure.ac        |   22 +++
 include/synaptics.h |   59 ---------
 man/synclient.man   |   11 -
 src/alpscomm.c      |   15 --
 src/eventcomm.c     |   11 -
 src/properties.c    |    6 
 src/ps2comm.c       |    9 -
 src/psmcomm.c       |   15 --
 src/synaptics.c     |  137 +++++++++++----------
 src/synapticsstr.h  |   71 ++++++++++-
 src/synproto.h      |    4 
 tools/Makefile.am   |    9 +
 tools/synclient.c   |  326 ++++++++++++++--------------------------------------
 tools/syndaemon.c   |   77 ------------
 14 files changed, 282 insertions(+), 490 deletions(-)


commit efbc3e98be4bacbb7ca08409d33584ffd55ee794
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Apr 21 17:07:02 2009 +1000

    Remove un-used DeviceOn/Off hooks.
    
    And allow for them to be NULL without crashing the server.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diffstat:
    src/alpscomm.c  |   14 ++------------
    src/eventcomm.c |    7 +------
    src/ps2comm.c   |    8 +-------
    src/psmcomm.c   |   14 ++------------
    src/synaptics.c |    9 ++++++---
    5 files changed, 12 insertions(+), 40 deletions(-)

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


commit c09a3d50e995302ec08c5d5f8c679148613e1656
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Fri Apr 17 16:04:07 2009 +1000

    Remove Synaptics SHM configuration bits.
    
    The only thing we still export through SHM is the hardware state.

diffstat:
    include/synaptics.h |   59 ---------------------
    src/alpscomm.c      |    3 -
    src/eventcomm.c     |    4 -
    src/properties.c    |    6 +-
    src/ps2comm.c       |    3 -
    src/psmcomm.c       |    3 -
    src/synaptics.c     |  130 ++++++++++++++++++++++++------------------------
    src/synapticsstr.h  |   71 ++++++++++++++++++++++++--
    src/synproto.h      |    4 -
    9 files changed, 147 insertions(+), 136 deletions(-)

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


commit 93a533120fa477fce63ef6daa9f5c836b5245e5d
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Fri Apr 17 15:24:38 2009 +1000

    syndaemon: remove SHM code - properties only from now on.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diffstat:
    tools/syndaemon.c |   77 +++-----------------------------------------------
    1 file changed, 6 insertions(+), 71 deletions(-)

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


commit f2c85fe950b037ba04705d02a54d57476f118c11
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Fri Apr 17 15:01:05 2009 +1000

    synclient: remove listing and modification of settings through SHM.
    
    SHM is only used for dumping and monitoring hardware state.
    synclient now requires property support (i.e. server 1.6).

diffstat:
    man/synclient.man |   11 -
    tools/synclient.c |  326 ++++++++++++++------------------------------------
    2 files changed, 95 insertions(+), 242 deletions(-)

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


commit 080caee95c46bb471d1442dcab246460cad8c7be
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Fri Apr 17 15:19:41 2009 +1000

    Only build synclient/syndaemon if property support is available.
    
    Separate dependencies for driver and synclient/syndaemon.
    Add option --enable-tools to explicitly build the tools (default: auto)
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diffstat:
    configure.ac      |   22 +++++++++++++++++++---
    tools/Makefile.am |    9 +++++++--
    2 files changed, 26 insertions(+), 5 deletions(-)

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




More information about the xorg-commit mailing list