xf86-input-evdev: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Tue Oct 12 18:12:07 PDT 2010


 src/evdev.c |   89 +++++++++++++++++++++++++++++++++---------------------------
 src/evdev.h |    6 ++--
 2 files changed, 52 insertions(+), 43 deletions(-)

New commits:
commit 185ad42078a3bcb423b83e41ebeddbb7541fe26c
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Sep 8 10:47:34 2010 +1000

    Rename evdev->tool to evdev->proximity.
    
    evdev doesn't care about the actual tool used, only that it is used as an
    indicator for proximity. Rename the field accordingly to make the code more
    obvious to read.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Chris Bagwell <chris at cnpbagwell.com>

commit 7282e3ac6c3b23cce927271fb9ca34b2acd36fd3
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Sep 8 11:30:14 2010 +1000

    When posting buttons, post absolute valuators if we have them.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Benjamin Tissoires <tissoire at cena.fr>

commit c504852aa27239a57445ca1de013b5bfefa68276
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Sep 8 11:29:11 2010 +1000

    Fix valuator offset when posting absolute motion events.
    
    If first_v was not zero, the values passed to xf86PostMotionEventP were
    wrong.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Benjamin Tissoires <tissoire at cena.fr>

commit 4bbf9c9125db51394870c86413fe18a0c8ec7068
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Sep 8 11:28:27 2010 +1000

    Don't pass pointers around to first_v and num_v.
    
    We only use them as values, no need for the addresses.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Benjamin Tissoires <tissoire at cena.fr>

commit 684426a9d2b4850ae80c824d4afe1e95875eee21
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Sep 8 10:59:12 2010 +1000

    De-duplicate event queue access.
    
    Factor out access to the next queue element in a static function to be
    reused for button and key presses.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Benjamin Tissoires <tissoire at cena.fr>



More information about the xorg-commit mailing list