[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-input-synaptics: Changes to 'refs/tags/xf86-input-synaptics-1.3.99.901'



Tag 'xf86-input-synaptics-1.3.99.901' created by Peter Hutterer <peter.hutterer@who-t.net> at 2011-02-21 03:07 +0000

synaptics 1.3.99.901
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk1h1ucACgkQ4jt+cLRn8L/jlQCgpYSj86kYFDjb9IpWK080EmN0
btQAoJwZhESspSZ1cgxYNILND4/NuwmY
=CuZ4
-----END PGP SIGNATURE-----

Changes since xf86-input-synaptics-1.3.0:
Alan Coopersmith (2):
      synclient.c: Replace old index() function with C89-standard strchr()
      syndaemon.c: Add #include <string.h>

Alessandro Guido (1):
      syndaemon: decouple background mode from quietness

Daniel Kurtz (1):
      Stop scrolling if not exactly two fingers on touchpad.

Giuseppe Bilotta (2):
      config: collect options during preinit
      config: don't autoprobe when device was set

Joe Shaw (3):
      track abs/rel mode changes in SwitchMode() instead of ignoring them
      post absolute coordinate motion events if device mode is absolute
      don't post motion events if the finger state is FS_UNTOUCHED

Nicolas Cavallari (1):
      synaptics: detect corner tap using the initial touch position

Peter Hutterer (24):
      Remove XI86_POINTER_CAPABLE usage.
      Add some ifdefs missing from XINPUT ABI 12
      Reshuffle initialization in preparation for new input API.
      Support the new input api.
      Use InputInfoPtr instead of LocalDevicePtr.
      Merge branch 'input-api'
      Bump to 1.3.99
      Remove refcnt initialization from InputDriverRec.
      Replace two LocalDevicePtr with InputInfoPtr.
      Remove convert_proc and close_proc.
      Input API 12 requires a valuator mode for each axis.
      Remove the need for XI86_CONFIGURED on input-ABI 12
      Use xf86SetStrOption instead of xf86FindOption for the Device
      Dont report the version explicitly, it's reported in the module blob anyway.
      Don't report all options unconditionally.
      Rename SHM functions from alloc/free_param_data to alloc/free_shm_data
      syndaemon: reset idle time if the system time has changed (#31968)
      Don't expect a palm based on pressure (#22806)
      Reshuffle ComputeDeltas for less indentation.
      Move delta calculation for trackstick out.
      Factor out delta calculation into a static func.
      Factor out edge speed calculation.
      Merge branch 'devel' into merge
      synaptics 1.3.99.901

Simon Thum (4):
      Add hysteresis-based noise reduction
      reshuffle details on acceleration in the man page for increased readability
      add some acceleration-related info to the man page
      add a few comments to ComputeDeltas()

Takashi Iwai (1):
      Fix 64bit arch issue in synaptics eventcomm.c

---
 configure.ac                   |    2 
 include/synaptics-properties.h |    3 
 man/synaptics.man              |   69 ++--
 src/alpscomm.c                 |   12 
 src/eventcomm.c                |  102 +++---
 src/properties.c               |  103 +++---
 src/ps2comm.c                  |   46 +-
 src/psmcomm.c                  |   24 -
 src/synaptics.c                |  689 +++++++++++++++++++++++------------------
 src/synapticsstr.h             |    6 
 src/synproto.h                 |   12 
 tools/synclient.c              |    2 
 tools/syndaemon.c              |   21 -
 13 files changed, 627 insertions(+), 464 deletions(-)
---


Reply to: