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

Peter Hutterer whot at kemper.freedesktop.org
Mon Oct 13 23:49:30 PDT 2008


 include/evdev-properties.h |    4 +
 man/evdev.man              |   62 ++++++++++++++++---
 src/draglock.c             |   81 ++++++++++++-------------
 src/emuMB.c                |   61 ++++++++----------
 src/emuWheel.c             |  145 +++++++++++++++++++--------------------------
 src/evdev.c                |   63 ++++++++++++-------
 src/evdev.h                |   28 +++-----
 7 files changed, 239 insertions(+), 205 deletions(-)

New commits:
commit 36a687796f3a810812bc7e22791fe21f2be618d6
Author: Peter Hutterer <peter.hutterer at redhat.com>
Date:   Tue Oct 14 17:02:43 2008 +1030

    Fix "Device reopened after N attempts" message.
    (cherry picked from commit 0089d931ac5fb290c82908da652b28c8b515d449)

commit 26229df106f604ffad9a602e128108e93678c403
Author: Peter Hutterer <peter.hutterer at redhat.com>
Date:   Tue Oct 14 16:45:44 2008 +1030

    Don't init draglock, etc. if we don't have the required capabilities.
    (cherry picked from commit 0f5a5ac09ebc89e984b72d395475bb9f412e240c)

commit f4616d87fc6e5a111ec1ad67281c93a2c8bc1011
Author: Peter Hutterer <peter.hutterer at redhat.com>
Date:   Tue Oct 14 16:41:54 2008 +1030

    8-bit properties should use 8-bit storage types...
    (cherry picked from commit 36d68b006d6bb3d41c93888acead73043ca304a1)

commit 2aa5ca8cdd7f0c00983cab86829a6c668fc0fe80
Author: Peter Hutterer <peter.hutterer at redhat.com>
Date:   Tue Oct 14 16:25:27 2008 +1030

    Don't include the client-side header anymore. xkbstr.h is server SDK.
    (cherry picked from commit bb1f42168761b928478a9cb066457b525c41ddd9)

commit 39263dc65d5240f74fd5f1b0ec5bdf53a007d5e9
Author: Peter Hutterer <peter.hutterer at redhat.com>
Date:   Tue Oct 14 16:21:00 2008 +1030

    Tidy up evdev.h
    
    This includes shuffling some functions around so we don't need the prototypes
    in evdev.h.
    (cherry picked from commit 0405f7b17fb0ce5cadcc6c5aa6eeb61bdacdf9cd)

commit 57521e4e60c47b4683910d7f3cec42d1fa276810
Author: Peter Hutterer <peter.hutterer at redhat.com>
Date:   Tue Oct 14 16:14:13 2008 +1030

    Rename DragLockInit to DragLockPreInit, remove superfluous "return".
    (cherry picked from commit 088e0a175a4913bf827c1f7e19de09fdf987d347)

commit 7da15223097a13fc8dac68a18a40342d5070bfa3
Author: Peter Hutterer <peter.hutterer at redhat.com>
Date:   Tue Oct 14 16:12:13 2008 +1030

    Register property handler from within the modules, not the main evdev file.
    (cherry picked from commit cefedeb205291001e7e47b7516de261dbccce059)

commit b4fcb825fc989131c399e3473576f539a81f3aac
Author: Peter Hutterer <peter.hutterer at redhat.com>
Date:   Tue Oct 14 16:09:20 2008 +1030

    Clean up program flow - don't call PreInit for "modules" on DEVICE_INIT.
    
    Call the PreInit functions for MB Emulation, wheel emu, and draglock during
    PreInit, not on DEVICE_INIT. This way, we only parse the options once and
    don't overwrite with defaults when coming back from a VT switch.
    (cherry picked from commit b0737bdbd1f6e601eb4984b6f4cb49279190984c)

commit 7c955ad050e6f7011e513af823d3229686ee982e
Author: Peter Hutterer <peter.hutterer at redhat.com>
Date:   Tue Oct 14 16:01:17 2008 +1030

    Janitor: clean up xf86Msg use, might as well use X_CONFIG directly.
    (cherry picked from commit 5f2c8a2dcdf98b39997ee5e7c9a9ace3b640bfa3)

commit 4f80c0f2cb77b9a51ab27577c318469f7eaf1e15
Author: Peter Hutterer <peter.hutterer at redhat.com>
Date:   Tue Oct 14 15:30:20 2008 +1030

    Add property support for ReopenAttempts option.
    (cherry picked from commit ff783fce65a63707555098759692b22147646263)

commit 5070d64aa85f9bf137836ad46b3da9581e139a1a
Author: Peter Hutterer <peter.hutterer at redhat.com>
Date:   Tue Oct 14 15:06:40 2008 +1030

    Document properties in man page.
    (cherry picked from commit c638aa4a88116a1219cf4941aacd630e070db099)

commit caacacf0576fe3a4c63593ecd2085a82fa0b406c
Author: Peter Hutterer <peter.hutterer at redhat.com>
Date:   Tue Oct 14 15:06:17 2008 +1030

    Document InvertX/Y options.
    (cherry picked from commit b46677e346c33379cac814895641349cbd3b37f2)



More information about the xorg-commit mailing list