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

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Jan 9 18:44:20 PST 2009


Tag 'xf86-input-mouse-1.4.0' created by Alan Coopersmith <alan.coopersmith at sun.com> at 2009-01-10 02:39 -0800

xf86-input-mouse 1.4.0

Changes since xf86-input-mouse-1.3.0:
Adam Jackson (1):
      Remove useless call to xf86AddModuleInfo

Alan Coopersmith (18):
      Merge some hardware support information from README.mouse into man page
      Fix sun_mouse.c build on Solaris
      Rename OS_SOURCES to stop automake complaints about not building program "OS"
      Remove checks for Solaris x86 versions older than Solaris 8
      sun_mouse.c: remove unused variables
      sun_mouse.c: Use miPointerGetScreen instead of miPointerCurrentScreen
      Fix solarisMouseAutoProbe to use device name & protocol specified by HAL
      sun_mouse: check for Device in commonOptions if pInfo->options isn't set yet
      Replace static changelog with one generated via XORG_CHANGELOG
      Add XORG_CWARNFLAGS & XORG_WITH_LINT for more compiler checking
      Clear assorted compiler, sparse & lint warnings
      sun_mouse: fallback to commonOptions for StreamsModule too
      Comment typo fixes
      Remove some #if 1 statements
      Unifdef XFree86LOADER
      Add copyright notices for OS mouse code to COPYING file
      Add note on hal-based configuration to man page
      Version 1.4.0

Daniel Stone (1):
      Add OS mouse sources to the driver build

Eamon Walsh (1):
      Change screen private key to an integer variable.

Matthieu Herrb (4):
      Build fix: Add a prototype for FindDevice function.
      Include xorg-server.h to get the WSCONS_SUPPORT define from
      prevent a double free of mouse private structure.
      W axis support for bsd_mouse.

Paulo Cesar Pereira de Andrade (2):
      Make sure xf86MouseProtocolIDToName is of public visibility.
      Compile warning fixes.

Peter Breitenlohner (1):
      Fix linux build

Peter Hutterer (3):
      man: Note that the server may probe default "Device" options.
      Nuke RCS tags.
      Check for XINPUT ABI 3.

Roland Scheidegger (1):
      fix compilation (upper/lower case typo)

---
 COPYING           |   93 ++++++
 ChangeLog         |  112 -------
 Makefile.am       |   15 +
 configure.ac      |   49 +--
 man/mousedrv.man  |   75 ++++-
 src/Makefile.am   |   24 +
 src/bsd_mouse.c   |  798 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/hurd_mouse.c  |  242 ++++++++++++++++
 src/lnx_mouse.c   |  221 ++++++++++++++
 src/mouse.c       |   52 +--
 src/mouse.h       |    4 
 src/mousePriv.h   |    1 
 src/pnp.c         |   28 -
 src/sco_mouse.c   |  258 +++++++++++++++++
 src/sun_mouse.c   |  748 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/xf86OSmouse.h |  277 ++++++++++++++++++
 16 files changed, 2791 insertions(+), 206 deletions(-)
---


More information about the xorg-commit mailing list