xf86-input-synaptics:synaptics-1.1-branch: 1 commit(s)

Peter Hutterer whot at kemper.freedesktop.org
Sun Aug 2 18:31:36 PDT 2009


Reporting from xf86-input-synaptics: xf86-input-synaptics driver

Please visit:
    http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics
Or get your own copy by using:
    git-clone git://anongit.freedesktop.org/xorg/driver/xf86-input-synaptics

Commit against synaptics-1.1-branch at b46ea23a...:
commit af963fd0c38b397365ce83a8796bbade751a8371
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Aug 3 11:07:51 2009 +1000

    Remove the "SpecialScrollAreaRight" option.  (#21001)
    
    This option auto-adjusts the right edge on the touchpad but wrongly so. It
    does not take the edge width into account, thus setting the right edge to
    the max value received - leaving only a single-pixel scroll area in some
    cases.
    
    A previous attempt to auto-adjust edges has failed (afb60a0b). The kernel's
    min/max values cannot be relied on for actual range clipping and thus scroll
    edge settings are best left untouched.
    
    X.Org Bug 21001 <http://bugs.freedesktop.org/show_bug.cgi?id=21001>
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    (cherry picked from commit 1d89e2f632cf6c702ae5002f81e5783f3ba1b9ae)
    
    The parameter is not removed from the SHM area to maintain the correct size.
    The driver itself however doesn't read from it anymore.
    
    Conflicts:
    
    	src/synaptics.c
    	src/synapticsstr.h

diffstat:
    man/synaptics.man  |   10 +++-------
    src/synaptics.c    |   25 -------------------------
    src/synapticsstr.h |    1 -
    3 files changed, 3 insertions(+), 33 deletions(-)

gitweb url:
http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics;a=commit;h=af963fd0




More information about the xorg-commit mailing list