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

Peter Hutterer whot at kemper.freedesktop.org
Thu Sep 10 21:24:36 PDT 2009


Tag 'xf86-input-joystick-1.4.99.1' created by Peter Hutterer <peter.hutterer at who-t.net> at 2009-09-11 05:23 -0700

joystick 1.4.99.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkqp0K4ACgkQ4jt+cLRn8L+U5wCdEbzPPEtOhEbQMYae6oU8PDZT
778AnRN/vPpBIKupjGsD6awnXvDQIOYR
=Txup
-----END PGP SIGNATURE-----

Changes since xf86-input-joystick-1.4.0:
Alan Coopersmith (2):
      Remove xorgconfig & xorgcfg from See Also list in man page
      Add README with pointers to mailing list, bugzilla & git repos

Paulo Cesar Pereira de Andrade (2):
      Janitor: make distcheck, .gitignore.
      Janitor: gcc 4.5 and sparse warnings.

Peter Hutterer (2):
      Fix typo in configure.
      joystick 1.4.99.1

Sascha Hlusiak (14):
      Fix build on master. All hail XKB!
      Use InitKeyboardDeviceStruct instead of nonexistant XkbInitKeyboardDeviceStruct
      Fix for sparse warning of uninitialized variable
      Don't set axis.oldvalue in backend
      Add PWM key generation when axis in accelerated mode
      Support for float properties
      Comment float properties in joystick-properties.h
      Fix build on FreeBSD with USB2
      Mention PWM mode in man page
      Merge branch 'master' of sascha:develop/xorg/xf86-input-joystick
      Missing initialization of button amplify
      Merge branch 'pwm'
      Fix compiler warning about stray INT8-CARD8 conversion
      Support for axis labels; fix build on master

---
 .gitignore                    |    4 
 Makefile.am                   |    8 -
 README                        |   20 ++++
 configure.ac                  |   31 ++++---
 include/joystick-properties.h |    4 
 man/.gitignore                |    3 
 man/joystick.man              |    8 +
 src/.gitignore                |    6 -
 src/Makefile.am               |    2 
 src/backend_bsd.c             |    6 -
 src/backend_evdev.c           |    4 
 src/backend_joystick.c        |    4 
 src/jstk.c                    |   57 +++++++++----
 src/jstk.h                    |    4 
 src/jstk_axis.c               |  173 +++++++++++++++++++++++++++++++++++++++++-
 src/jstk_axis.h               |    1 
 src/jstk_key.c                |   26 +++++-
 src/jstk_options.c            |    2 
 src/jstk_properties.c         |   66 ++++++++++++++--
 19 files changed, 361 insertions(+), 68 deletions(-)
---


More information about the xorg-commit mailing list