xf86-input-joystick: Changes to 'refs/tags/xf86-input-joystick-1.5.99.901'

Peter Hutterer whot at kemper.freedesktop.org
Wed Apr 6 04:05:54 PDT 2011


Tag 'xf86-input-joystick-1.5.99.901' created by Peter Hutterer <peter.hutterer at who-t.net> at 2011-04-06 12:03 -0700

joystick 1.5.99.901
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk2cSGUACgkQ4jt+cLRn8L9l+gCeL/sJORfAuA0S6VvDlLg0q93o
LkwAmwS+j2aNkSyDdUIbk+q0KcsKPogJ
=8wZ9
-----END PGP SIGNATURE-----

Changes since xf86-input-joystick-1.5.0:
Alan Coopersmith (1):
      Update Sun license notices to current X.Org standard form

Gaetan Nadon (17):
      .gitignore: use common defaults with custom section # 24239
      Several driver modules do not have a ChangeLog target in Makefile.am #23814
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
      configure.ac: use backticks rather than $() for cmd subs
      config: move CWARNFLAGS from configure.ac to Makefile.am
      config: remove AH_TOP autoheader statement
      config: update AC_PREREQ statement to 2.60
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: remove unrequired AC_HEADER_STDC
      config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
      config: fix warnings, m4 quoting and layout
      config: upgrade to util-macros 1.8 for additional man page support
      config: EXTRA_DIST is redundant
      config: fdi file must be installed in $(datadir)/hal/fdi/policy/20thirdparty
      COPYING: replace stub file with Copyright notices

Peter Hutterer (11):
      Bump to 1.5.99
      Replace LocalDevicePtr with InputInfoPtr
      Remove usage of XI86_POINTER_CAPABLE flag.
      Require server 1.9, drop pre-ABI 11 support.
      Don't handle history_size in the driver.
      Drop close_proc, conversion_proc, reverse_conversion_proc
      Purge use of XI_PRIVATE macro.
      Don't call xf86OptionListReport()
      Get the option values from pInfo instead of from the IDevRec.
      Support input ABI 12
      joystick 1.5.99.901

Trevor Woerner (2):
      Deprecated code cleanup.
      Code cleanup, bad structure initialization.

---
 .gitignore             |   78 ++++++-
 COPYING                |   49 +++-
 Makefile.am            |   10 -
 config/Makefile.am     |    4 
 configure.ac           |  126 ++++++------
 include/Makefile.am    |    2 
 man/Makefile.am        |   62 ++----
 src/Makefile.am        |    3 
 src/backend_bsd.c      |    1 
 src/backend_evdev.c    |    1 
 src/backend_joystick.c |    1 
 src/jstk.c             |  296 ++++++++----------------------
 src/jstk.h             |   13 -
 src/jstk_axis.c        |   15 -
 src/jstk_axis.h        |    8 
 src/jstk_key.c         |  482 +++++++++++--------------------------------------
 src/jstk_key.h         |    9 
 src/jstk_options.c     |    5 
 src/jstk_properties.c  |    7 
 19 files changed, 418 insertions(+), 754 deletions(-)
---


More information about the xorg-commit mailing list