xf86-input-evdev: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Mon Oct 13 23:48:58 PDT 2008


 include/evdev-properties.h |    4 +
 src/draglock.c             |   81 ++++++++++++-------------
 src/emuMB.c                |   61 ++++++++----------
 src/emuWheel.c             |  145 +++++++++++++++++++--------------------------
 src/evdev.c                |   63 ++++++++++++-------
 src/evdev.h                |   28 +++-----
 6 files changed, 187 insertions(+), 195 deletions(-)

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

    Fix "Device reopened after N attempts" message.

commit 0f5a5ac09ebc89e984b72d395475bb9f412e240c
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.

commit 36d68b006d6bb3d41c93888acead73043ca304a1
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...

commit bb1f42168761b928478a9cb066457b525c41ddd9
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.

commit 0405f7b17fb0ce5cadcc6c5aa6eeb61bdacdf9cd
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.

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

    Rename DragLockInit to DragLockPreInit, remove superfluous "return".

commit cefedeb205291001e7e47b7516de261dbccce059
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.

commit b0737bdbd1f6e601eb4984b6f4cb49279190984c
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.

commit 5f2c8a2dcdf98b39997ee5e7c9a9ace3b640bfa3
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.

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

    Add property support for ReopenAttempts option.



More information about the xorg-commit mailing list