xf86-input-evdev: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Sun Jun 28 21:42:08 PDT 2009


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

New commits:
commit 8cc0d0f285261b0f26d22b5b4eca9ccbd1beeb93
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Fri Jun 26 09:59:04 2009 +1000

    Fix absolute axis labelling - mapping must be initialized before the labels.
    
    88eedea281a710008a82f1e6af4bdffd19477f46 added axis labelling to the
    valuator initialization. This requires the axis mapping to be established
    before the absolute axis labels are initialized.
    
    88eedea did this for relative axes, but missed out on the absolute ones. As
    a result, all abs. labels were initialized to "None".
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit aa1609285dfa51570f74671a9f4240bccc1516c2
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Fri Jun 26 09:42:36 2009 +1000

    Message "found absolute touchpad" also applies to tablets - fix.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit b07ab6ea97b779b26e7ae8326528c262cc9907a1
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Fri Jun 26 09:37:29 2009 +1000

    If a device fails to initialize relative axes, init the abs. axes instead.
    
    Some devices have relative axes that don't count (scroll wheels). In this
    case, don't claim we've initialized relative axes, continue with the
    absolute axes instead.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>



More information about the xorg-commit mailing list