xf86-input-joystick: Changes to 'master'

Sascha Hlusiak saschahlusiak at kemper.freedesktop.org
Sat Oct 6 00:53:44 PDT 2007


 configure.ac       |    4 -
 man/joystick.man   |   44 +++++++++--------
 src/Makefile.am    |    1 
 src/jstk.c         |   26 +++++++---
 src/jstk.h         |    3 -
 src/jstk_axis.c    |   32 ------------
 src/jstk_key.c     |  134 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/jstk_key.h     |   31 ++++++++++++
 src/jstk_options.c |   70 ++++++++++++++++++++++-----
 src/jstk_options.h |    3 -
 10 files changed, 274 insertions(+), 74 deletions(-)

New commits:
commit 9e8f8d54bd300b562b9fe0a1b1e3bf8d45773651
Author: Sascha Hlusiak <saschahlusiak at arcor.de>
Date:   Wed Oct 3 22:46:30 2007 +0200

    Updated manpage to reflect keymap changes

commit c2270222a88f8152c28568e4212ccc9937dccbbd
Author: Sascha Hlusiak <saschahlusiak at arcor.de>
Date:   Wed Oct 3 22:13:37 2007 +0200

    Prepared for 1.3.0 release. Raised dependency of xorg-server to at least 1.3.99.901 for new keymap
    behaviour.

commit a62abe36b8b0af91539cf7e7dfa90795a73434bb
Author: Sascha Hlusiak <saschahlusiak at arcor.de>
Date:   Wed Oct 3 21:37:25 2007 +0200

    Readded own keymap for Joystick keys. This changes meaning of key, keylow and
    keyhigh values in xorg.conf from scancodes to keysyms!
    
    New xorg-server 1.4 fixes a lot of keyboard things. This makes it necessary to
    provide an own mapping rather than using the mapping of the current keyboard. A
    keymap is built dynamically from the options provided. The options now need to
    provide a keysym for each button instead of the scancodes of another keyboard
    attached keyboard.

commit 65009ab568500fac9980239a752d346a0d9b5ff1
Author: Sascha Hlusiak <saschahlusiak at arcor.de>
Date:   Wed Oct 3 00:33:09 2007 +0200

    Added little check if device is enabled before disabling it



More information about the xorg-commit mailing list