xf86-input-evdev: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Thu Aug 7 23:38:10 PDT 2008


 man/evdev.man   |   44 +++++
 src/Makefile.am |    4 
 src/emuMB.c     |   34 ++--
 src/emuWheel.c  |  441 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/evdev.c     |   59 ++++---
 src/evdev.h     |   29 +++
 6 files changed, 564 insertions(+), 47 deletions(-)

New commits:
commit 555f5a7cbf3c980c436c205e9b23a78f3e19bdfe
Author: Chris Salch <chrissalch at letu.edu>
Date:   Fri Aug 8 15:56:27 2008 +0930

    Filter wheel events before middle mouse button emulation.
    
    The Emulate3Button needs to be the last filter function, otherwise the timeout
    code causes it to hijack button presses for the first 3 buttons.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at redhat.com>

commit 134829d911c698704595014ba402516ae9a2f36c
Author: Peter Hutterer <peter.hutterer at redhat.com>
Date:   Thu Aug 7 17:34:54 2008 +0930

    Simplify the property handler registration.
    
    Instead of having separate handlers for each property, just handle all of them
    in one handler for emuMB, and one handler for emuWheel.

commit 4e121b297ee0a9b179f8188926564fb8b2c3f6c8
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Aug 7 16:57:06 2008 +0930

    Add EVDEV_MAXBUTTONS instead of checking against 32.
    
    Numbers are so lame, defines are all the rage now I've heard.

commit 9793de81373bb78b9ddbb2487e0af5d2ddd0b246
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Aug 7 16:53:51 2008 +0930

    Expose wheel emulation through device properties.
    
    Don't enable wheel emulation with 0 inertia - bad things happen.

commit a9d72b40fbe178fa4fbb9d0e7c02dc6c5250969a
Author: Chris Salch <emeraldd.chris at gmail.com>
Date:   Wed Aug 6 22:08:13 2008 -0500

    Adding mouse wheel emulation code.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>



More information about the xorg-commit mailing list