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

Sascha Hlusiak saschahlusiak at kemper.freedesktop.org
Thu Dec 6 15:25:47 PST 2007


Tag 'xf86-input-joystick-1.3.1' created by Sascha Hlusiak <saschahlusiak at arcor.de> at 2007-12-06 23:25 -0800

Joystick Driver Version 1.3.1

Changes since xf86-input-joystick-1.3.0-1:
Sascha Hlusiak (13):
      Add check for kbproto in configure script
      configure.ac: Checking for available kernel backends instead of OS
      Added backend selection code.
      Renamed backend files from *_jstk.{c,h} to backend_*.{c,h}
      Fixed implicit declaration warnings because of missed header files
      Mentioned multiple backends in man page
      New: evdev backend
      Return NULL on device configure fail instead of unconfigured device, which made X segfault.
      Fixed default button mappings
      Looking for Path parameter besides Device (used by HAL+input hotplug)
      Added example hal policy file for input hotplugging of joysticks
      Bumped to version 1.3.1
      Mentioned hotplugging and hal policy in man page

---
 Makefile.am                      |    2 
 config/50-x11-input-joystick.fdi |   16 ++
 config/Makefile.am               |    1 
 configure.ac                     |   60 ++++---
 man/joystick.man                 |   25 ++-
 src/Makefile.am                  |   15 +
 src/backend_bsd.c                |  309 +++++++++++++++++++++++++++++++++++++++
 src/backend_bsd.h                |   35 ++++
 src/backend_evdev.c              |  294 +++++++++++++++++++++++++++++++++++++
 src/backend_evdev.h              |   35 ++++
 src/backend_joystick.c           |  197 ++++++++++++++++++++++++
 src/backend_joystick.h           |   35 ++++
 src/bsd_jstk.c                   |  308 --------------------------------------
 src/jstk.c                       |   66 +++++++-
 src/jstk.h                       |   16 +-
 src/jstk_hw.h                    |   38 ----
 src/jstk_key.c                   |    1 
 src/jstk_options.c               |    1 
 src/linux_jstk.c                 |  195 ------------------------
 19 files changed, 1066 insertions(+), 583 deletions(-)
---


More information about the xorg-commit mailing list