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

Peter Hutterer whot at kemper.freedesktop.org
Thu Jan 26 16:04:34 PST 2012


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 3804a0ee...:
 configure.ac        |   13 +
 src/Makefile.am     |    2 
 src/eventcomm.c     |  401 +++++++++++++++++++++++++++++++++++++++++++++++++---
 src/synaptics.c     |   71 ++++++++-
 src/synapticsstr.h  |   15 +
 test/Makefile.am    |    2 
 test/fake-symbols.c |   31 ++++
 7 files changed, 510 insertions(+), 25 deletions(-)


commit d15c391544e9ba094b17c9217a837c58d88879f8
Author: Chase Douglas <chase.douglas at canonical.com>
Date:   Thu Jan 19 13:05:50 2012 -0800

    eventcomm: Add touch event handling
    
    Signed-off-by: Chase Douglas <chase.douglas at canonical.com>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diffstat:
    src/eventcomm.c     |  249 +++++++++++++++++++++++++++++++++++++++++++-----
    test/fake-symbols.c |   31 +++++
    2 files changed, 258 insertions(+), 22 deletions(-)

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


commit efdc34859bdbcf0622e88aaf8af99944c1fc2141
Author: Chase Douglas <chase.douglas at canonical.com>
Date:   Thu Jan 19 13:05:49 2012 -0800

    eventcomm: Read evdev events from mtdev where multitouch is available
    
    Signed-off-by: Chase Douglas <chase.douglas at canonical.com>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diffstat:
    src/eventcomm.c |   23 ++++++++++++++++++++++-
    1 file changed, 22 insertions(+), 1 deletion(-)

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


commit b1b9745979babd480574b41af155dfe5c06591f8
Author: Chase Douglas <chase.douglas at canonical.com>
Date:   Thu Jan 19 13:05:48 2012 -0800

    eventcomm: Initialize touch device and axes
    
    Use mtdev to ensure touches are tracked and of evdev MT protocol type
    B.
    
    Signed-off-by: Chase Douglas <chase.douglas at canonical.com>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diffstat:
    configure.ac     |    8 ++
    src/Makefile.am  |    2 
    src/eventcomm.c  |  143 ++++++++++++++++++++++++++++++++++++++++++++++++---
    test/Makefile.am |    2 
    4 files changed, 149 insertions(+), 6 deletions(-)

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


commit 56d32619b95eb472104068c35ea7146dccb8d1bf
Author: Chase Douglas <chase.douglas at canonical.com>
Date:   Thu Jan 19 13:05:47 2012 -0800

    Add touch device class support
    
    Signed-off-by: Chase Douglas <chase.douglas at canonical.com>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diffstat:
    configure.ac       |    5 +++
    src/synaptics.c    |   65 +++++++++++++++++++++++++++++++++++++++++++++----
    src/synapticsstr.h |   15 +++++++++++
    3 files changed, 80 insertions(+), 5 deletions(-)

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


commit 7ef9150d832d6ede991c5def02d2964c8047ad4f
Author: Chase Douglas <chase.douglas at canonical.com>
Date:   Thu Jan 19 13:05:46 2012 -0800

    Allocate axis labels array dynamically
    
    Signed-off-by: Chase Douglas <chase.douglas at canonical.com>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diffstat:
    src/synaptics.c |   12 +++++++++++-
    1 file changed, 11 insertions(+), 1 deletion(-)

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




More information about the xorg-commit mailing list