xf86-input-synaptics:synaptics-1.1-branch: 3 commit(s)

Peter Hutterer whot at kemper.freedesktop.org
Thu Apr 16 21:42:17 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

3 commits against synaptics-1.1-branch at 82de65f8...:
 configure.ac      |    7 +++++++
 src/synaptics.c   |   10 ++++++++++
 tools/synclient.c |   28 +++++++++++++++++++++-------
 tools/syndaemon.c |   12 +++++++++++-
 4 files changed, 49 insertions(+), 8 deletions(-)


commit 9ce4f0d52f10487a3bf984d247671eef6656c46b
Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Apr 16 11:49:12 2009 +1000

    Allocate the timer early so we don't try to malloc it within a sigio handler.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diffstat:
    src/synaptics.c |   10 ++++++++++
    1 file changed, 10 insertions(+)

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


commit 86edc9c54aa3aadea9eedc9882965800c09de6c3
Author: Peter Hutterer <peter.hutterer at redhat.com>
Date:   Tue Apr 14 07:27:07 2009 -0400

    synclient: fix 32-bit integer handling on 64 bit machines.
    
    libX11 actually expects longs for 32-bit values, even if they are 64 bits.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at redhat.com>
    Signed-off-by: Henrik Rydberg <rydberg at euromail.se>
    (cherry picked from commit 74bd8574c796c7ff7c9bea6873b317bf14d29a70)

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

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


commit 9176090306a945bed06f7debe094c96b8c04a747
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Mar 18 18:38:12 2009 +1000

    Don't fail when building against server 1.5
    
    The driver had all the right guards, but synclient and syndaemon didn't.
    Check for xserver 1.6 and higher and disable property support in synclient
    and syndaemon.
    
    Note that the property headers still get installed even without support for
    properties in the driver. This ensures that apps looking for synaptics >=
    thisversion don't fail miserably.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Henrik Rydberg <rydberg at euromail.se>
    Signed-off-by: Christoph Brill <egore at gmx.de>
    (cherry picked from commit a07a840b26827e1a2c8cccd255177b693c5b91e8)

diffstat:
    configure.ac      |    7 +++++++
    tools/synclient.c |   18 ++++++++++++++++--
    tools/syndaemon.c |   12 +++++++++++-
    3 files changed, 34 insertions(+), 3 deletions(-)

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




More information about the xorg-commit mailing list