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

Sascha Hlusiak saschahlusiak at kemper.freedesktop.org
Sat Oct 27 08:09:44 PDT 2007


Tag 'xf86-input-joystick-1.3.0' created by Sascha Hlusiak <saschahlusiak at arcor.de> at 2007-10-27 16:09 -0700

Joystick Driver Version 1.3.0

Changes since xf86-input-joystick-1.2.3:
Sascha Hlusiak (8):
      Added little check if device is enabled before disabling it
      Readded own keymap for Joystick keys. This changes meaning of key, keylow and
      Prepared for 1.3.0 release. Raised dependency of xorg-server to at least 1.3.99.901 for new keymap
      Updated manpage to reflect keymap changes
      Integrated XStringToKeysym from libX11 in the module.
      Use XStringToKeysym to parse symbolic keys defined in xorg.conf.
      Added AutoRepeat option to specify rate and delay for key events.
      Debug output of AutoRepeat option

---
 configure.ac       |    4 
 man/joystick.man   |   71 -
 src/Makefile.am    |    8 
 src/StrKeysym.c    |   82 +
 src/StrKeysym.h    |    6 
 src/jstk.c         |   47 
 src/jstk.h         |    5 
 src/jstk_axis.c    |   32 
 src/jstk_key.c     |  150 ++
 src/jstk_key.h     |   31 
 src/jstk_options.c |   90 +
 src/jstk_options.h |    3 
 src/ks_tables.h    | 2694 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 13 files changed, 3137 insertions(+), 86 deletions(-)
---


More information about the xorg-commit mailing list