[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.5.0+git20120101-1'



Tag 'xserver-xorg-input-synaptics-1.5.0+git20120101-1' created by Cyril Brulebois <kibi@debian.org> at 2012-01-01 07:00 +0000

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

iEYEABECAAYFAk8ABIoACgkQeGfVPHR5Nd1L3QCguvhrD6qD4vevoUYn8YD6rNPS
4aYAn30xDFNRtAxXozbP9DHQCvxSWCxy
=ufrc
-----END PGP SIGNATURE-----

Changes since xserver-xorg-input-synaptics-1.5.0-2:
Alexandr Shadchin (2):
      On/Off hooks to return boolean so we can bail out of the caller
      The correct maximum values for pressure and finger width

Casper Dik (1):
      Extra buttons on Acer Ferrari 4000 laptop touchpad are not recognized

Cyril Brulebois (6):
      Revert: "eventcomm: replace synaptics-custom TEST_BIT with server's BitIsOn."
      Merge branch 'upstream-unstable' into debian-experimental
      Merge branch 'debian-unstable' into debian-experimental
      Bump changelogs.
      Build against Xserver 1.12 RC1.
      Upload to experimental.

Daniel Stone (16):
      Shuffle include order around
      Bump minimum xorg-server requirement to 1.7
      Properties: Generalise InitTypedAtom from InitAtom
      Add HIST_DELTA macro for differences in history
      Give FingerState enums explicit values
      Introduce POLL_MS for packet frequency
      Use CARD32 for timestamps
      Don't store fake events in the motion history
      Update count_packet_finger in store_history, not get_delta
      Scroll: Clarify rep_buttons assignment
      Scroll: Move scroll_[xya] into new priv->scroll struct
      Scroll: Move coasting variables to priv->scroll
      Scroll: Modify ScrollData in repeat_scrollbuttons
      Adjust acceleration scheme for input ABI v14
      Scroll: Prepare ScrollData for smooth scrolling
      Scroll: Initial smooth scrolling support

Derek Foreman (6):
      Fix pressure->motion property format
      Use hardware time where possible
      Replace the motion estimator
      More accurate extrapolated fake motion events
      Revise palm check logic
      Scroll: Add last_millis to track scroll event timing

Peter Hutterer (10):
      Bump to 1.5.99
      Fix compiler warning: unused variable "wakupTime"
      man: note that a PS/2 device is not supported
      test: wrap ABI 14 xf86OptionRec type changes
      Fix compiler warning - unused variable 'para'
      eventcomm: print strerror(errno), not of rc
      Use the scroll distances as increment for scrolling valuator axes
      Return true/false from SetDeviceAndProtocol
      If protocol is auto-dev and the device path is set, unset the protocol
      test: fix build errors introduced by upstream server change

---
 ChangeLog                      |  459 ++++++++++++++++++++++++++++
 configure.ac                   |    4 
 debian/changelog               |    8 
 debian/control                 |    2 
 include/synaptics-properties.h |    2 
 man/synaptics.man              |    4 
 src/alpscomm.c                 |    2 
 src/eventcomm.c                |    8 
 src/properties.c               |   38 +-
 src/ps2comm.c                  |    6 
 src/ps2comm.h                  |    2 
 src/synaptics.c                |  660 ++++++++++++++++++++++++-----------------
 src/synapticsstr.h             |   47 +-
 src/synproto.h                 |    6 
 test/fake-symbols.c            |   44 +-
 test/fake-symbols.h            |   51 +--
 16 files changed, 988 insertions(+), 355 deletions(-)
---


Reply to: