xf86-input-evdev: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Mon Apr 4 20:50:19 PDT 2011


 src/evdev.c |   34 +++++++++++++++++++---------------
 1 file changed, 19 insertions(+), 15 deletions(-)

New commits:
commit 68a6a18fc2fe1d95c9196c1948a27f9e95029bec
Author: Chase Douglas <chase.douglas at canonical.com>
Date:   Mon Apr 4 09:40:14 2011 -0400

    Ensure all known valuator values are stored when out of proximity
    
    The current code overwrites *all* the stored axis values with whatever
    came in from evdev. Evdev is a stateful protocol, so it only sends us
    updates to the axis values that have changed. We need to only update
    the values that have changed.
    
    Signed-off-by: Chase Douglas <chase.douglas at canonical.com>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit eeacd3e5a8bbd797776f27e18d8ed68aa95a8823
Author: Chase Douglas <chase.douglas at canonical.com>
Date:   Mon Apr 4 09:40:13 2011 -0400

    Ensure events are posted when entering into proximity
    
    Fixes LP: #736829 (https://bugs.launchpad.net/bugs/573006)
    
    Re-fixes old X.Org Bug 29645
    <http://bugs.freedesktop.org/show_bug.cgi?id=29645>
    
    Signed-off-by: Chase Douglas <chase.douglas at canonical.com>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 5708e384942a7257257fbae8b1d64548fd6559a0
Author: Simon Thum <simon.thum at gmx.de>
Date:   Sun Mar 20 15:49:48 2011 +0100

    rename valuator init functions
    
    Since the mode of valuators (no longer?) bears a relation to the device class
    actually initialized, this naming was quite misleading.
    
    Signed-off-by: Simon Thum <simon.thum at gmx.de>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>



More information about the xorg-commit mailing list