08378e88f0
First, I've attached a copy of the Logitech WingMan Force 3D XML file "wingman-force-3d.xml" I put together after getting one of these for Christmas. (It would be nice if the force feedback worked, but I haven't had time to play with it that much. Come to think about it I'm not even sure forece feedback works under Linux in general.) Besides providing the new file I also edited the higher-level /FlightGear/joysticks.xml file to add the description for this joystick as follows: diff -n joysticks.xml_orig joysticks.xml a22 1 <js-named include="Input/Joysticks/Logitech/wingman-force-3d.xml"/>
52 lines
2 KiB
XML
52 lines
2 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
Joystick binding definitions.
|
|
-->
|
|
|
|
<PropertyList>
|
|
|
|
<!-- Default device -->
|
|
<js n="0" include="Input/Joysticks/Default/joystick.xml"/>
|
|
|
|
<!-- Analog 4-axis 4-button joystick -->
|
|
<js-named include="Input/Joysticks/Default/four-axis-joystick.xml"/>
|
|
|
|
<!-- FIXME: dummy placeholder to force a high starting index -->
|
|
<js-named n="999"/>
|
|
|
|
<!-- CH devices -->
|
|
<js-named include="Input/Joysticks/CH/pro-pedals-usb.xml"/>
|
|
<js-named include="Input/Joysticks/CH/pro-yoke-usb.xml"/>
|
|
|
|
<!-- Logitech devices -->
|
|
<js-named include="Input/Joysticks/Logitech/wingman-extreme-digital-3d.xml"/>
|
|
<js-named include="Input/Joysticks/Logitech/wingman-extreme-digital-3d-win.xml"/>
|
|
<js-named include="Input/Joysticks/Logitech/wingman-force.xml"/>
|
|
<js-named include="Input/Joysticks/Logitech/wingman-force-3d.xml"/>
|
|
<js-named include="Input/Joysticks/Logitech/wingman-rumblepad-usb.xml"/>
|
|
<js-named include="Input/Joysticks/Logitech/extreme-3d-win.xml"/>
|
|
|
|
<!-- Microsoft devices -->
|
|
<js-named include="Input/Joysticks/Microsoft/sidewinder.xml"/>
|
|
<js-named include="Input/Joysticks/Microsoft/sidewinder-force-feed.xml"/>
|
|
<js-named include="Input/Joysticks/Microsoft/sidewinder-force-feed-pro.xml"/>
|
|
<js-named include="Input/Joysticks/Microsoft/sidewinder-precision-pro.xml"/>
|
|
<js-named include="Input/Joysticks/Microsoft/sidewinder-3d-pro.xml"/>
|
|
|
|
<!-- Saitek devices -->
|
|
<js-named include="Input/Joysticks/Saitek/X45.xml"/>
|
|
<js-named include="Input/Joysticks/Saitek/X8-30.xml"/>
|
|
<js-named include="Input/Joysticks/Saitek/Cyborg-Gold-3d-USB.xml"/>
|
|
<js-named include="Input/Joysticks/Saitek/Cyborg-3d-Rumble-Force.xml"/>
|
|
|
|
<!-- ThrustMaster devices -->
|
|
<js-named include="Input/Joysticks/ThrustMaster/FCS.xml"/>
|
|
<js-named include="Input/Joysticks/ThrustMaster/Attack-Throttle.xml"/>
|
|
|
|
<!-- Lew Engineering RCJOY device for various RC transmitters. http://www.leweng.com -->
|
|
<js-named include="Input/Joysticks/LewEngineering/RC-transmitter-hitecLaser4.xml"/>
|
|
|
|
</PropertyList>
|
|
|
|
<!-- end of joysticks.xml -->
|