xf86-input-evdev: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Mon Sep 29 21:24:50 PDT 2008


 include/evdev-properties.h |   53 +++++++++++++++++++++++++++++++++
 src/Makefile.am            |    2 +
 src/draglock.c             |    7 +---
 src/emuMB.c                |   11 ++----
 src/emuWheel.c             |   71 +++++++++++++++------------------------------
 src/evdev.c                |   64 +++-------------------------------------
 6 files changed, 92 insertions(+), 116 deletions(-)

New commits:
commit 62069b97d216fb9b4e7db0c60f87ab006ad7011c
Author: Peter Hutterer <peter.hutterer at redhat.com>
Date:   Fri Sep 26 10:57:07 2008 +0930

    Move misplaced #endif

commit 2718a5c56b9f34360738b6525c89ea0af4c368d1
Author: Peter Hutterer <peter.hutterer at redhat.com>
Date:   Fri Sep 26 10:46:47 2008 +0930

    Register property handlers directly, instead of abstracting them.
    
    This removes a left-over from the early device property code where we could
    only have a single handler. Now it's easier to just register the handlers for
    each subsystem (emulate wheel, draglock and MB emulation).

commit 90d1d494f82255b07d07800d8270ad754163b7ab
Author: Peter Hutterer <peter.hutterer at redhat.com>
Date:   Fri Sep 26 13:49:28 2008 +0930

    Cleanup: "valid_vals" should be "vals" now.

commit a77c2622cc7979cea6c1549f1978fae575b76c6c
Author: Peter Hutterer <peter.hutterer at redhat.com>
Date:   Fri Sep 26 13:47:24 2008 +0930

    Add evdev-properties.h file with #defines for all property names.



More information about the xorg-commit mailing list