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

Peter Hutterer whot at kemper.freedesktop.org
Wed May 25 19:12:44 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

7 commits against master at 8ad40444...:
 .gitignore                     |    1 +
 Makefile.am                    |    6 ++++++
 configure.ac                   |    7 ++++++-
 include/synaptics-properties.h |    4 ++--
 src/eventcomm.c                |    8 ++++----
 tools/syndaemon.c              |   31 ++++++++++++++++---------------
 6 files changed, 35 insertions(+), 22 deletions(-)


commit 6eb829e07e455a8a04dabae7f257dd42a9b8bcdf
Author: Diego Elio Pettenò <flameeyes at gmail.com>
Date:   Wed May 25 18:16:22 2011 +0200

    build: apply the distcheck tricks used in xf86-input-evdev
    
    With this change it is possible to complete "make distcheck" safely on the
    module, as it no longer tries to write to system directories.
    
    Since synaptics also installs a configuration file, xorg-conf-dir also
    needs to be overridden during distcheck.
    
    Signed-off-by: Diego Elio Pettenò <flameeyes at gmail.com>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diffstat:
    Makefile.am  |    6 ++++++
    configure.ac |    5 +++++
    2 files changed, 11 insertions(+)

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


commit dac624ad2b3a67ab93c11d8ee0a91b217fc1afe6
Author: Diego Elio Pettenò <flameeyes at gmail.com>
Date:   Wed May 25 16:10:49 2011 +0200

    build: create object files following the sources' structure.
    
    This allows building object files following the same subdirectory structure
    as it was used before with the recursive build system, while keeping the
    build non-recursive.
    
    Signed-off-by: Diego Elio Pettenò <flameeyes at gmail.com>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diffstat:
    .gitignore   |    1 +
    configure.ac |    2 +-
    2 files changed, 2 insertions(+), 1 deletion(-)

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


commit 8bb3786fead14c36fbfb6320e886e3a0e878b29f
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue May 24 10:55:13 2011 +1000

    Use struct input_id as return value for EVIOCGID
    
    struct input_id is an array of 4 ushorts so there is no real change in
    functionality.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

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

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


commit be83094bd98c353b0ee7894eefcb1ae91e0cae30
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon May 23 10:18:22 2011 +1000

    syndaemon: don't compare against a null-property. (#37459)
    
    synaptics_property is not set, touchpad_off_prop is the property we need to
    check against.
    
    False check for (nprops != 0) instead of (nprops < 0) would result in
    syndaemon always reporting a touchpad device, even if none are present.
    
    X.Org Bug 37459 <http://bugs.freedesktop.org/show_bug.cgi?id=37459>
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

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

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


commit 33775253a01324001aebaadfaa2558b4b738075e
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon May 23 10:14:08 2011 +1000

    syndaemon: add vim snippet for right indentation/tabstop, etc.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diffstat:
    tools/syndaemon.c |    2 ++
    1 file changed, 2 insertions(+)

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


commit e4958186fae78770bc739be701b849f28c87cf11
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon May 23 10:12:42 2011 +1000

    syndaemon: fix abysimal indentation in dp_get_device.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diffstat:
    tools/syndaemon.c |   26 +++++++++++++-------------
    1 file changed, 13 insertions(+), 13 deletions(-)

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


commit 0c8971c80c21d7541d9614ac67a8d4954d4859ec
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu May 19 09:45:10 2011 +1000

    include: update documentation for capabilities property
    
    pressure and width were added recently
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diffstat:
    include/synaptics-properties.h |    4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

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




More information about the xorg-commit mailing list