xf86-input-joystick: Changes to 'master'

Sascha Hlusiak saschahlusiak at kemper.freedesktop.org
Mon Apr 16 22:49:32 EEST 2007


 configure.ac       |   32 +++----------
 man/joystick.man   |    3 -
 src/Makefile.am    |    2 
 src/bsd_jstk.c     |   49 +++++++++++---------
 src/jstk.c         |   72 +++++++++++-------------------
 src/jstk.h         |  127 ++++++++++++++++++++++++++---------------------------
 src/jstk_axis.c    |   29 ++++++------
 src/jstk_hw.h      |    7 ++
 src/jstk_options.c |   23 +++++----
 src/jstk_options.h |    2 
 src/linux_jstk.c   |   29 ++++++------
 11 files changed, 181 insertions(+), 194 deletions(-)

New commits:
commit 8cafcf33ec1dcffa0ecbe2647ebb89c879989d4c
Author: Sascha Hlusiak <saschahlusiak at arcor.de>
Date:   Sun Apr 15 23:48:52 2007 -0400

    Fixed possible double close of device in case of error.
    Opening device in O_RDONLY mode, instead of O_RDWR.

commit 1640d08d168241fd6168090841ef0d811d9dc3c2
Author: Sascha Hlusiak <saschahlusiak at arcor.de>
Date:   Sun Apr 15 23:18:39 2007 -0400

    Got rid of JoystickDevRec->axes and JoystickDevRec->buttons, since not really needed.

commit 470acec6f440cf3cb1dc5ddcb056f717d74ccbef
Author: Sascha Hlusiak <saschahlusiak at arcor.de>
Date:   Sun Apr 15 22:51:35 2007 -0400

    Cosmetic changes to structs, got rid of XFree86LOADER blocks
    
    The XFree86LOADER is mandatory, without it it wouldn't compile anyway, so checks were deleted.
    Named structs in jstk.h again
    Added unions for mapping-relative data, given values more telling names

commit 886e418b89ac673df3e4be0f7a4b1b8c648cad80
Author: Sascha Hlusiak <saschahlusiak at arcor.de>
Date:   Thu Apr 12 18:12:29 2007 -0400

    Wrapped enums and structs in typedefs
    
    Removed xisb.h include, since we are not going to need it.




More information about the xorg-commit mailing list