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

Peter Hutterer whot at kemper.freedesktop.org
Tue Jan 4 13:33:54 PST 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

6 commits against master at 4d22aa06...:
 src/synaptics.c   |   31 +++++++++++--------------------
 tools/syndaemon.c |   15 ++++++++++-----
 2 files changed, 21 insertions(+), 25 deletions(-)


commit ca0f87eb2a7491048d49e6449b688c4fea245310
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Dec 8 11:15:09 2010 +1000

    Rename SHM functions from alloc/free_param_data to alloc/free_shm_data
    
    This naming is historical, we used to export the parameters through SHM.
    These days it's just confusing.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Daniel Stone <daniel at fooishbar.org>

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

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


commit 07dbd6b85d806aa7ebb340f7f555d1992940f319
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Dec 8 11:08:55 2010 +1000

    Don't report all options unconditionally.
    
    While this is useful to see all options provided, it also lists options that
    are not actually interpreted by the driver. Skip it, use xf86Set*Option()
    instead to just report the options handled by the driver.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Daniel Stone <daniel at fooishbar.org>

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

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


commit 9b62f5c29152d59a894a463711737c52c97b5cbe
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Dec 8 11:08:03 2010 +1000

    Dont report the version explicitly, it's reported in the module blob anyway.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Daniel Stone <daniel at fooishbar.org>

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

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


commit 2da93d9735b6951861043de8ea59c8ca1cea4f96
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Dec 8 11:05:51 2010 +1000

    Use xf86SetStrOption instead of xf86FindOption for the Device
    
    xf86SetStrOption reports to the log if found.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Daniel Stone <daniel at fooishbar.org>

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

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


commit b2cc4f5c4aa35fb13d96fafdbd907b6dba4b4796
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Dec 8 11:01:56 2010 +1000

    Remove the need for XI86_CONFIGURED on input-ABI 12
    
    Just move the assignment into an already if GET_ABI_MAJOR() block.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Daniel Stone <daniel at fooishbar.org>

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

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


commit 6f61aa776332b99e0d3cc035bff11d87d2735a47
Author: Alessandro Guido <ag at alessandroguido.name>
Date:   Fri Dec 3 11:55:00 2010 +0100

    syndaemon: decouple background mode from quietness
    
    syndaemon currently outputs lots of stuff when not running in background mode.
    However, current init daemons and session managers can manage to launch the
    daemon in background without "-b" just fine (if not better), by doing the
    fork() themselves. Indeed, if one uses that setup, ie. by having syndaemon
    launched by GNOME at login, it gets the ~/.xsession-errors file spammed by
    Enable/Disabled messages.
    
    This patch fixes this by introducing a new verbose (-v) flag that enables those
    messages and makes syndaemon quiet by default.
    
    Signed-off-by: Alessandro Guido <ag at alessandroguido.name>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diffstat:
    tools/syndaemon.c |   15 ++++++++++-----
    1 file changed, 10 insertions(+), 5 deletions(-)

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




More information about the xorg-commit mailing list