xf86-input-evdev: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Mon Jun 22 22:48:41 PDT 2009


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

New commits:
commit 7bc48c666d702e649dc529b5d928b6a8549514c3
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Jun 23 15:43:16 2009 +1000

    Fix wrong axis label index causing OOB reads/writes.
    
    The atoms array is filled with each axis atom in mapping order (i.e. after
    the driver mapping has been applied). 'axis' OTOH is from 0 to ABS_MAX.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 880ad1e19afd83ac115948b67d4049e16cb12df0
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Jun 23 14:48:17 2009 +1000

    Initialize the axis labels to 0, not "misc".
    
    If we don't know what an axis label is, then don't initialize it. None is a
    valid label.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>



More information about the xorg-commit mailing list