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

Sascha Hlusiak saschahlusiak at kemper.freedesktop.org
Tue Apr 14 13:46:08 PDT 2009


Tag 'xf86-input-joystick-1.4.1' created by Sascha Hlusiak <saschahlusiak at arcor.de> at 2009-04-14 21:34 -0700

Joystick Driver Version 1.4.1

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.

Sascha Hlusiak (15):
      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
      Bump 1.4.1
      Fail configure on xorg-server >= 1.6.99

---
 .gitignore                    |    4 
 Makefile.am                   |    8 -
 README                        |   20 ++++
 configure.ac                  |   26 ++++--
 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                    |   27 +++---
 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, 330 insertions(+), 64 deletions(-)
---


More information about the xorg-commit mailing list