xf86-input-joystick: Changes to 'master'

Sascha Hlusiak saschahlusiak at kemper.freedesktop.org
Sun Apr 8 01:28:11 EEST 2007


 configure.ac     |   18 +++
 src/Makefile.am  |   17 ++-
 src/bsd_jstk.c   |  303 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/jstk.c       |   16 +-
 src/jstk.h       |    3 
 src/jstk_axis.c  |    8 -
 src/linux_jstk.c |    8 +
 7 files changed, 358 insertions(+), 15 deletions(-)

New commits:
commit f7f63037fd01433c325b4bb45e76d8a21dd327c0
Author: Sascha Hlusiak <saschahlusiak at arcor.de>
Date:   Sat Apr 7 17:30:09 2007 -0400

    Added USB-HID backend for *BSD
    
    Added checks for platform in configure.ac and Makefile.am

commit fcc717eb281328cd2722ba8fe2395e6719b88d8a
Author: Sascha Hlusiak <saschahlusiak at arcor.de>
Date:   Sat Apr 7 16:49:04 2007 -0400

    Added extra device dependend data for different platforms.
    
    Renamed linux_jstk.h to jstk_hw.h

commit 8d9507e694d4ef36f7409ffc14c476af609ec524
Author: Sascha Hlusiak <saschahlusiak at arcor.de>
Date:   Sat Apr 7 16:23:34 2007 -0400

    Fixed correct calculation of absolute axis position when centered
    InitButtonClassDeviceStruct: fixed to MAXBUTTONS buttons since we don't have device data yet

commit 4821113eb34f7bf55a601d59eaeddbfab67183fa
Author: Sascha Hlusiak <saschahlusiak at arcor.de>
Date:   Sat Apr 7 15:10:13 2007 -0400

    Typo in linux_jstk.c: Info about number of axes and buttons was interchanged

commit 7676d3c519a9190e3c7f9ed2c9abec8e95752c36
Author: Sascha Hlusiak <saschahlusiak at arcor.de>
Date:   Sat Apr 7 14:10:01 2007 -0400

    Fixed wrong type in ioctl call for detecting buttons and axes
    
    The ioctl call for reading the number of buttons and axes expects an unsigned char as parameter,
    not an int. Worked in Linux but not in FreeBSD. Changed to unsigned char though and added a check,
    if buttons and axes are more than MAXBUTTONS/MAXAXES.




More information about the xorg-commit mailing list