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

Peter Hutterer whot at kemper.freedesktop.org
Fri Oct 3 01:37:16 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

2 commits against master at 355e845c...:
 INSTALL              |    2 --
 Makefile.am          |    4 ++++
 configure.ac         |    4 +++-
 include/Makefile.am  |    2 ++
 man/synaptics.man    |    8 +++++---
 src/synaptics.c      |   49 -------------------------------------------------
 src/synapticsstr.h   |    1 -
 xorg-synaptics.pc.in |    6 ++++++
 8 files changed, 20 insertions(+), 56 deletions(-)


commit 2e00158d61fa1c6551010fdd681b7d920eb029e5
Author: Magnus Kessler <Magnus.Kessler at gmx.net>
Date:   Fri Oct 3 17:29:40 2008 +0930

    Remove repeater functionality.
    
    Remove the repeater functionality completely from the synaptics touchpad
    driver. It is buggy in its current implementation and its usefulness is
    questionable.
    
    According to the INSTALL file, the repeater is there only for testing. In
    fact, if a supported device is found even a configured repeater fifo is
    automatically disabled. For most users the functionality is therefore
    irrelevant and can be confusing. If I understand the workings of the
    repeater correctly, a developer could instead just read the data directly
    from an unsupported device's character special file under /dev
    or /dev/input.
    
    With today's more dynamic device configuration possibilities via udev and
    hal it's also less likely that the synaptics driver would silently block
    another devices data, this situation being for what the repeater
    functionality seems to have been introduced in the past.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at redhat.com>

diffstat:
    INSTALL            |    2 --
    man/synaptics.man  |    8 +++++---
    src/synaptics.c    |   49 -------------------------------------------------
    src/synapticsstr.h |    1 -
    4 files changed, 5 insertions(+), 55 deletions(-)

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


commit 851097c45f02f2a033975cd3b2ed9490a4aa87bd
Author: Peter Hutterer <peter.hutterer at redhat.com>
Date:   Thu Sep 25 16:19:25 2008 +0930

    Install synaptics-properties.h in xorg include path, install xorg-synaptics.pc.

diffstat:
    Makefile.am          |    4 ++++
    configure.ac         |    4 +++-
    include/Makefile.am  |    2 ++
    xorg-synaptics.pc.in |    6 ++++++
    4 files changed, 15 insertions(+), 1 deletion(-)

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




More information about the xorg-commit mailing list