xf86-input-evdev: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Wed Feb 25 15:12:47 PST 2009


 src/evdev.c |  382 +++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 215 insertions(+), 167 deletions(-)

New commits:
commit c9cab83bac32275f6851d2616bb749b3b2621ed6
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Feb 24 11:32:40 2009 +1000

    Ignore REL_WHEEL, REL_HWHEEL and REL_DIAL during axis initialisation.
    
    We don't post the events for them anyway, so lets ignore them completely.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 43dd2a959243877c1628a08b4fc6c07c9ae6bac0
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Feb 24 10:36:41 2009 +1000

    Pass on all relative events, not just x/y.
    
    9620fe776 added generic axes support for relativ values, but values from such
    axes didn't get passed on to the server. Fix this.
    
    Note that wheel events are not posted as motion events.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 7977947e0df6ea6379dab76805b06be6bdd71947
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Feb 24 10:08:22 2009 +1000

    Reduce the number of read calls in ReadInput.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Adam Jackson <ajax at redhat.com>

commit 11a56d4a176a2c5b2f8794147d4bafd88477b80b
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Feb 24 09:39:01 2009 +1000

    Split ReadInput into ReadInput and ProcessEvent.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 7b0f613c7f1462fc36f1e13968d96e8b8a559be6
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Feb 24 09:34:26 2009 +1000

    Move relative motion and other magic up to EV_SYN processing.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Adam Jackson <ajax at redhat.com>



More information about the xorg-commit mailing list