xf86-input-evdev: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Tue Oct 6 19:56:55 PDT 2009


 man/evdev.man |   11 +++++++++++
 src/evdev.c   |   31 +++++++++++++++++++++++--------
 2 files changed, 34 insertions(+), 8 deletions(-)

New commits:
commit 941391ca34a7537542f0bb894fc0f02e200165b4
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Sep 30 12:05:17 2009 +1000

    Add explicit options to ignore relative or absolute axes.
    
    The X server cannot deal with devices that have both relative and absolute
    axes. Evdev tries to guess wich axes to ignore given the device type and
    disables absolute axes for mice and relative axes for tablets, touchscreens
    and touchpad. This guess is sometimes wrong and causes exitus felis
    domesticae parvulae.
    
    Two new configuration options are provided to explicitly allow ignoring an
    axis. Mouse wheel axes are exempt and will work even if relative axes are
    ignored.  No property, this option must be set in the configuration.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Acked-by: Daniel Stone <daniel at fooishbar.org>



More information about the xorg-commit mailing list