xf86-input-joystick: Changes to 'master'

Sascha Hlusiak saschahlusiak at kemper.freedesktop.org
Wed Dec 5 13:02:41 PST 2007


 configure.ac           |   55 +++++---
 src/Makefile.am        |   15 +-
 src/backend_bsd.c      |  309 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/backend_bsd.h      |   35 +++++
 src/backend_evdev.c    |  117 ++++++++++++++++++
 src/backend_evdev.h    |   35 +++++
 src/backend_joystick.c |  197 +++++++++++++++++++++++++++++++
 src/backend_joystick.h |   35 +++++
 src/bsd_jstk.c         |  308 ------------------------------------------------
 src/jstk.c             |   52 +++++++-
 src/jstk.h             |   16 ++
 src/jstk_hw.h          |   38 ------
 src/jstk_key.c         |    1 
 src/jstk_options.c     |    1 
 src/linux_jstk.c       |  195 ------------------------------
 15 files changed, 839 insertions(+), 570 deletions(-)

New commits:
commit 9e5f4e6fccb8c9e1b6c4dfccb39f1f0c89f79b60
Author: Sascha Hlusiak <saschahlusiak at arcor.de>
Date:   Wed Dec 5 21:33:27 2007 +0100

    Fixed implicit declaration warnings because of missed header files

commit 43790502b5d1077fc74e81b7eedd9c880673463c
Author: Sascha Hlusiak <saschahlusiak at arcor.de>
Date:   Wed Dec 5 21:30:12 2007 +0100

    Renamed backend files from *_jstk.{c,h} to backend_*.{c,h}

commit 032138d7712f6d1e6a50bf83a2dde911b7f3d752
Author: Sascha Hlusiak <saschahlusiak at arcor.de>
Date:   Wed Dec 5 21:22:50 2007 +0100

    Added backend selection code.
    
    From all available backends they are tried in the order: evdev, linux joystick, bsd
    usbhid. This needed to separate the backends which were usually used to replace each
    other.

commit 37aae4731320d4e1301f17a065bc5f1d5a3d1596
Author: Sascha Hlusiak <saschahlusiak at arcor.de>
Date:   Wed Dec 5 18:00:12 2007 +0100

    configure.ac: Checking for available kernel backends instead of OS
    
    The configure script now checks for availability of several backends like Linux's
    joystick, Linux's evdev, BSD's usbhid. This way several backends can be compiled in and
    used with the same binary module.
    Backend selection code still missing!



More information about the xorg-commit mailing list