xf86-input-mouse: Changes to 'refs/tags/xf86-input-mouse-1.6.99.901'

Peter Hutterer whot at kemper.freedesktop.org
Sun Feb 20 16:52:23 PST 2011


Tag 'xf86-input-mouse-1.6.99.901' created by Peter Hutterer <peter.hutterer at who-t.net> at 2011-02-21 00:51 -0800

mouse 1.6.99.901
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk1htw0ACgkQ4jt+cLRn8L/LmQCfUbz4NMVlaeGIyBDB7F7RUamj
3A0AoJtYggPRDBmnk+Xhih7a/mdmfok4
=1HPU
-----END PGP SIGNATURE-----

Changes since xf86-input-mouse-1.6.0:
Alan Coopersmith (1):
      Add ABI checks around XI86_CONFIGURED uses in OS-specific PreInits

Peter Hutterer (34):
      Replace libc wrappers to xcalloc and friends with libc calls.
      Remove unused declaration of MouseUnInit.
      Remove out-of-date comment.
      XI86_POINTER_CAPABLE is gone from the server.
      Replace LocalDevicePtr with InputInfoPtr.
      Don't try to call conversion_proc anymore.
      Remove refcnt field from InputDriverRec.
      Assume ABI_XINPUT_VERSION 4 or higher.
      Remove unused define NEED_X86_TYPES.
      Remove includes for protocol headers.
      Remove if 0'd out model.
      Remove a bunch of unnecessary log prints.
      Remove unused branch from if 1 condition.
      De-duplicate Option "Device" handling.
      Use single exit path for PreInit.
      Move protocol ID detection into a separate function.
      Remove convoluted do { } while loop.
      Move a statement down to have all allocations close together.
      Remove a bunch of unused fields from the MouseRec.
      Rename xf86OSmouse.h to mouse.h
      Remove random History comment.
      Rename xf86OSMouseInit to OSMouseInit.
      Remove write-only field mouseFlags.
      Use pInfo->options instead of conf-idev.
      ABI 12 requires per-valuator modes.
      Adjust to new Input ABI 12.
      Bump to 1.6.99
      man: remove mention of core pointer.
      man: add mention of xorg.conf.d snippet
      man: README.mouse is just README
      man: fix typo "Auto platform" → "Auto protocol"
      man: protocol option isn't mandatory, it's platform-specific.
      man: ClearDTR and ClearRTS are handled by the X server.
      mouse 1.6.99.901

Samuel Thibault (3):
      Fix mouse data buffering
      Fix build warning
      Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-input-mouse

---
 configure.ac      |    2 
 man/mousedrv.man  |   27 +--
 src/Makefile.am   |    1 
 src/bsd_mouse.c   |   44 ++---
 src/hurd_mouse.c  |   31 ++-
 src/lnx_mouse.c   |   20 +-
 src/mouse.c       |  433 +++++++++++++++++++++++-------------------------------
 src/mouse.h       |  260 +++++++++++++++++++++++++++++++-
 src/pnp.c         |    1 
 src/sun_mouse.c   |   60 +++----
 src/xf86OSmouse.h |  274 ----------------------------------
 11 files changed, 536 insertions(+), 617 deletions(-)
---


More information about the xorg-commit mailing list