xf86-input-evdev: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Tue Jan 19 00:41:40 PST 2010


 configure.ac  |    3 +++
 man/evdev.man |    5 +++++
 src/evdev.c   |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 62 insertions(+), 2 deletions(-)

New commits:
commit e81cd935cfff18d3c387eed3e8083977c19c92f0
Author: Andrej Gelenberg <andrej.gelenberg at udo.edu>
Date:   Tue Jan 12 11:22:16 2010 +0100

    Implement XSetDeviceMode request handler
    
    Implement XSetDeviceMode request handler for evdev.
    Devices with absolute axes can be switched in relative
    mode or absolute mode. Devices with relative axes
    can be switched only in relative mode. Other devices
    return BadMatch, cause they have no valuators and
    don't report motion events.
    
    New option "Mode" force devices with absolute axes
    to work in relative or absolute mode.
    
    Need xinputproto.
    
    Signed-off-by: Andrej Gelenberg <andrej.gelenberg at udo.edu>



More information about the xorg-commit mailing list