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

Christoph Brill cbrill at kemper.freedesktop.org
Sun Sep 7 02:27:56 PDT 2008


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

6 commits against master at 608a03c7...:
 fdi/11-x11-synaptics.fdi |    8 ++++++++
 man/synaptics.man        |   10 ++++++++++
 src/synaptics.c          |    7 +++----
 3 files changed, 21 insertions(+), 4 deletions(-)


commit 50e872cbc74f6a08ac586bc5e57d7e6a9dfce06a
Author: Henrik Rydberg <rydberg at euromail.se>
Date:   Thu Sep 4 00:47:53 2008 +0200

    Tighter default for MaxTapMove
    
    The range that is considered moving during tapping is somewhat generous in the default settings.
    
    Signed-off-by: Henrik Rydberg <rydberg at euromail.se>

diffstat:
    src/synaptics.c |    2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

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


commit 9f0da9b3144a2561f6e555e6f08e15643cfda830
Author: Henrik Rydberg <rydberg at euromail.se>
Date:   Thu Sep 4 00:41:15 2008 +0200

    Disentangle two-finger tap and two-finger scrolling
    
    When two-finger-scrolling quickly and distinctly, the two-finger tapping gets activated, effectively selecting a portion of the selected text. The synaptics code already has logic to prevent taps from
    being registered when the fingers move; this patch simply removes what appears to be an unnecessary assumption that only single-finger clicks needs this functionality.
    
    Signed-off-by: Henrik Rydberg <rydberg at euromail.se>

diffstat:
    src/synaptics.c |    3 +--
    1 file changed, 1 insertion(+), 2 deletions(-)

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


commit 89b6a9cd71f9e686c5be4da4523b86c6d7f160dd
Author: Henrik Rydberg <rydberg at euromail.se>
Date:   Sat Sep 6 20:37:01 2008 +0200

    Fix the "No such device" problem when reloading a driver
    
    The xf86SetStrOption function only sets the option variable to the local default if not already
    set to something else. Thus, the code which reloads a particular device by using this function
    often fails, simply because the sought device name isnt set properly.
    
    Signed-off-by: Henrik Rydberg <rydberg at euromail.se>

diffstat:
    src/synaptics.c |    2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

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


commit 773ea37888a716656017e16ef31f843432027b66
Author: Henrik Rydberg <rydberg at euromail.se>
Date:   Sat Sep 6 20:33:24 2008 +0200

    Add bcm5974 to fdi/11-x11-synaptics.fdi
    
    By adding bcm5974 to the HAL layer, the synaptics driver will be loaded by default for the new
    bcm5974-based Apple macbooks Pro Penryn and Air.
    
    Signed-off-by: Henrik Rydberg <rydberg at euromail.se>

diffstat:
    fdi/11-x11-synaptics.fdi |    3 +++
    1 file changed, 3 insertions(+)

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


commit 0dc4a2caacda329aca7ebc81d92c37527f4c630b
Author: Christoph Brill <egore911 at egore911.de>
Date:   Sun Sep 7 11:21:15 2008 +0200

    Add a note on how to pass options to the driver using the fdi file

diffstat:
    fdi/11-x11-synaptics.fdi |    5 +++++
    1 file changed, 5 insertions(+)

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


commit e72df4210183d67d7ead1c514aac1c816bdd4821
Author: Christoph Brill <egore911 at egore911.de>
Date:   Sun Sep 7 11:18:12 2008 +0200

    Update man page to contain a paragraph about fdi files

diffstat:
    man/synaptics.man |   10 ++++++++++
    1 file changed, 10 insertions(+)

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




More information about the xorg-commit mailing list