xf86-input-evdev: Changes to 'evdev-2.1-branch'

Peter Hutterer whot at kemper.freedesktop.org
Wed Oct 22 23:54:00 PDT 2008


 configure.ac               |    2 -
 include/evdev-properties.h |    2 -
 man/evdev.man              |    8 ++++
 src/emuMB.c                |    6 +--
 src/evdev.c                |   88 ++++++++++++++++++++++++++++++---------------
 src/evdev.h                |    2 -
 6 files changed, 74 insertions(+), 34 deletions(-)

New commits:
commit a64a78791f8350a01193ae216341fbb3d3d66567
Author: Peter Hutterer <peter.hutterer at redhat.com>
Date:   Thu Oct 23 17:16:36 2008 +1030

    evdev 2.1 RC 2

commit 09b2a5e87b9f05cb2cb7e794e49ba9650dd94eab
Author: Peter Hutterer <peter.hutterer at redhat.com>
Date:   Thu Oct 23 14:05:41 2008 +1030

    Silence compiler warning by memsetting the struct properly.
    (cherry picked from commit 0ab4c09e504ba3822c5e030732b770140165e725)

commit fa18a4a38d3cdf9ab94dcc5586cade3016a97616
Author: Peter Hutterer <peter.hutterer at redhat.com>
Date:   Thu Oct 23 13:22:17 2008 +1030

    MB emulation timeout is stored as Time, make the property 32-bit too.
    (cherry picked from commit d348eb8ce78640363c159e1a4fdbfa9b596fa5bb)

commit 172523d74557f4c82209f9dd4869d7735944c9e7
Author: Peter Hutterer <peter.hutterer at redhat.com>
Date:   Wed Oct 22 18:01:58 2008 +1030

    Init ioctl bitmasks to 0, shuts up valgrind too.
    (cherry picked from commit 2c1698fa615a083de7dd647622a302d5de77dc0c)

commit 8fb820ffafdc8962ed747f918c6ecc1c4f451b0e
Author: Søren Hauberg <hauberg at gmail.com>
Date:   Wed Oct 1 11:06:31 2008 +0930

    Add touchscreen support.
    
    Touchscreens are devices that do not have buttons and only advertise
    BTN_TOUCH. Add a new flag to note the device type.
    
    If BTN_TOUCH is detected, change it to BTN_LEFT and process it normally.
    (cherry picked from commit 8c39302594445ba774ea3fec66417492cc5643e0)

commit c7893b212d4d633c3229901bace6571d67ec1315
Author: Julien Cristau <jcristau at debian.org>
Date:   Tue Oct 21 19:21:21 2008 +0200

    Fix TestBit() on 64bit
    
    Reported by Albert Damen <albrt at gmx.net>
    X.Org Bug#18150 <http://bugs.freedesktop.org/show_bug.cgi?id=18150>
    (cherry picked from commit f57e8face94c9e6986b35ca2ec231e284b9f58cf)

commit e9dd721e2dd24e9bdc5092bcc0bbe94a2ac065ff
Author: Peter Hutterer <peter.hutterer at redhat.com>
Date:   Thu Oct 16 15:23:06 2008 +1030

    Add option "GrabDevice", don't grab the device by default.
    
    We now have the matching code in the server to set the console to RAW mode and
    don't need to grab the devices anymore.
    
    This is an updated version of e8534d47c8524ac081c2e3e6ebaabe4c6b274a18, which
    was reverted in 6dc41991557fa55a9e2f5aaf0fe40c70a08d41fd.
    (cherry picked from commit 4912e2aa7f867a86d383010023b8426c881fb3b0)

commit cab104fd9e508030db623bae2eb70bd5dd1bf450
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Oct 16 22:35:42 2008 +1030

    Don't post keycodes > 255.
    
    If we only have keys > 255 we don't set up a key class rec, so don't post
    them. It makes the server unhappy.
    
    Signed-off-by: Julien Cristau <jcristau at debian.org>
    (cherry picked from commit 7243116f55609a2a5f73bb88cf6ad6386c9bbc0b)



More information about the xorg-commit mailing list