xf86-input-evdev: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Tue Mar 8 21:34:27 PST 2011


 src/emuThird.c |    4 ++--
 src/evdev.c    |   29 ++++++++++++++++++++++-------
 src/evdev.h    |    2 +-
 3 files changed, 25 insertions(+), 10 deletions(-)

New commits:
commit 41111ce1efc6181b8da042c5b01f01cdf92315be
Author: Rami Ylimäki <rami.ylimaki at vincit.fi>
Date:   Tue Mar 8 11:23:47 2011 +0200

    Remove constness of device filename to avoid warning when freed.
    
    A warning from free() can be avoided by casting the constness away
    from its argument pointer or by not declaring the pointer as const in
    the first place.
    
    Signed-off-by: Rami Ylimäki <rami.ylimaki at vincit.fi>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit b4c47d5f9454a708a5ab161c015646f2ca6e1ac3
Author: Rami Ylimäki <rami.ylimaki at vincit.fi>
Date:   Tue Mar 8 11:23:46 2011 +0200

    Release leaked device identifier on input device disconnect.
    
    Signed-off-by: Rami Ylimäki <rami.ylimaki at vincit.fi>
    Reviewed-by: Erkki Seppälä <erkki.seppala at vincit.fi>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 50193a0dd35b6f54499fb76ab68f615237cc51f9
Author: Rami Ylimäki <rami.ylimaki at vincit.fi>
Date:   Tue Mar 8 11:23:45 2011 +0200

    Release leaked XKB options on input device disconnect.
    
    Currently the XKB options duplicated in EvdevAddKeyClass are never
    released. For example, connecting and disconnecting a bluetooth
    keyboard repeatedly causes a steadily growing memory leak.
    
    Signed-off-by: Rami Ylimäki <rami.ylimaki at vincit.fi>
    Reviewed-by: Erkki Seppälä <erkki.seppala at vincit.fi>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 0049cce4d0691f055dfe9059e4c0c4ad30301db6
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Fri Feb 11 13:31:52 2011 +1000

    Use Absolute/Relative as argument to xf86Post*
    
    xf86Post* takes an int for the is_absolute parameter. Since the XI protocol
    spec requires Relative to be 0 and Absolute to be 1, use those instead to
    make the code easier to read.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>



More information about the xorg-commit mailing list