xf86-input-evdev: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Sun Aug 15 17:52:34 PDT 2010


 src/evdev.c |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit ec6cb31cc47eed3ccba4c906ca6c54b99136e9eb
Author: Bartosz Brachaczek <b.brachaczek at gmail.com>
Date:   Tue Aug 10 22:31:37 2010 +0200

    evdev: Initialize valuators array. (#24737)
    
    The array needs to be filled with zeros, otherwise we may end up sending
    it with random values if non-zero values aren't in one row (which is the
    case for A4Tech X-750F which sends REL_MISC events without a reason).
    
    X.Org Bug 24737 <http://bugs.freedesktop.org/show_bug.cgi?id=24737>
    
    Signed-off-by: Bartosz Brachaczek <b.brachaczek at gmail.com>
    Tested-by: Bartek Iwaniec <hash87 at gmail.com>
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit ed47c7f33e315f163a6aebeb3e1c8947004576fd
Author: Bartosz Brachaczek <b.brachaczek at gmail.com>
Date:   Tue Aug 10 22:31:00 2010 +0200

    evdev: Revert "Set all valuators for relative motion events (#24737)"
    
    It isn't necessary to post zero-deltas to X Server. In order not to post
    uninitialized "v" array we should rather simply initialize it.
    
    This reverts commit c1f16a4f59a584ab4546c2f16e20b06703042057.
    
    Signed-off-by: Bartosz Brachaczek <b.brachaczek at gmail.com>
    Tested-by: Bartek Iwaniec <hash87 at gmail.com>
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 899218e18120918138f6d7420465763422d5b3b7
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Aug 9 13:01:11 2010 +1000

    Don't count BTN_TOUCH as tool. (#29428)
    
    Devices that don't have a tool but BTN_TOUCH simply have the tool always on.
    Devices that have a tool other than BTN_TOUCH set this tool before BTN_TOUCH
    is emitted anyway.
    
    X.Org Bug 29428 <http://bugs.freedesktop.org/show_bug.cgi?id=29428>
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>



More information about the xorg-commit mailing list