xf86-input-synaptics:master: 1 commit(s)

Peter Hutterer whot at kemper.freedesktop.org
Wed Jul 15 22:31:04 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 master at afb60a0b...:
commit 0c3fbceb1b2a18f92166fe75c44b5aaada693c4b
Author: Tero Saarni <tero.saarni at gmail.com>
Date:   Sun Jul 12 19:24:40 2009 +0300

    Add configurable x/y resolution to fix sensitivity on wide touchpads.
    
    Synaptics uses anisotropic coordinate system.  On some wide touchpads
    vertical resolution can be twice as high as horizontal which causes
    unequal sensitivity on x/y directions.
    
    VertResolution and HorizResolution can be used to set the resolution.
    The ratio of the values is used to compensate x/y sensitivity.  The
    properties are configured automatically if touchpad reports resolution
    and if running on linux 2.6.31 or newer.
    
    Fixes xorg bug #18351.
    
    Signed-off-by: Tero Saarni <tero.saarni at gmail.com>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diffstat:
    include/synaptics-properties.h |    3 ++
    man/synaptics.man              |   25 ++++++++++++++++-
    src/eventcomm.c                |    8 ++++-
    src/eventcomm.h                |    1 
    src/properties.c               |   10 +++++++
    src/synaptics.c                |   52 +++++++++++++++++++++++++++++++++++--
    src/synapticsstr.h             |    5 +++
    7 files changed, 99 insertions(+), 5 deletions(-)

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




More information about the xorg-commit mailing list