xf86-input-aiptek: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Sun Feb 21 22:30:47 PST 2010


 src/xf86Aiptek.c |   30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

New commits:
commit 01d39e1efea68797b27231fecc8535b440e87ae4
Author: Olivier Samyn <code at oleastre.be>
Date:   Sun Feb 21 00:22:28 2010 +0100

    aiptek: Change index offset for generated key events.
    
    Since the first 8 elements in the xorg key map are NoSymbol, and the first
    linux kernel element index is 0, the first keysym is at offset 8 and not 7.
    
    Signed-off-by: Olivier Samyn <code at oleastre.be>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 823d606ca716253ac55ed46ee1559fd17adc0988
Author: Olivier Samyn <code at oleastre.be>
Date:   Sun Feb 21 00:17:57 2010 +0100

    aiptek: Correct linux keymap to keysym index loop.
    
    Makes the loop iterate over all elements of the linux key map, and if the
    current macroKey matches, generate a key event.
    
    Signed-off-by: Olivier Samyn <code at oleastre.be>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>



More information about the xorg-commit mailing list