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

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



Tag 'xserver-xorg-input-synaptics-1.3.99.901-1' created by Cyril Brulebois <kibi@debian.org> at 2011-02-21 03:29 +0000

Tagging upload of xserver-xorg-input-synaptics 1.3.99.901-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk1h3CcACgkQeGfVPHR5Nd2cKACfa8WRB2lUqh7Kz2iWMAmGOJMk
0vkAn3B7tmNAq32q/T5larPaDOQUT3O7
=9Lmh
-----END PGP SIGNATURE-----

Changes since xserver-xorg-input-synaptics-1.3.0-2:
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

Cyril Brulebois (4):
      Merge branch 'upstream-unstable' into debian-unstable
      Bump changelogs.
      Disable patch: 01-synaptics-dont-grab-if-not-on-current-VT.patch (no longer applies, needs to be sent/discussed upstream anyway).
      Upload to unstable.

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

---
 ChangeLog                      |  485 ++++++++++++++++++++++++++++
 configure.ac                   |    2 
 debian/changelog               |    8 
 debian/patches/series          |    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 -
 16 files changed, 1121 insertions(+), 465 deletions(-)
---


Reply to: