Skip to content

kondzik/x52pro-linux

 
 

Repository files navigation

Saitek X52Pro joystick driver for Linux

This project adds a new driver for the Saitek/MadCatz X52 Pro flight control system. The X52 pro is a HOTAS (hand on throttle and stick) with 7 axes, 39 buttons, 1 hat and 1 thumbstick and a multi-function display which is programmable.

Currently, only Windows drivers are available from Saitek PLC, which led me to develop a new Linux driver which can program the MFD and the individual LEDs on the joystick. The standard usbhid driver is capable of reading the joystick, but it cannot control the MFD or LEDs.

Most of the extra functionality can be handled from userspace. See the individual folders for README information.

Building

Build has been tested on Ubuntu 14.04 LTS on x86_64.

Prerequisites

You will need the following packages:

  • automake
  • autoconf
  • libusb-1.0-0-dev (Package name may vary across distributions)

Installation

  1. Clone the repository
  2. Run autogen.sh
  3. Run configure; make and sudo make install.

About

Saitek X52pro drivers & controller mapping software for Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 89.4%
  • C++ 4.6%
  • Roff 3.3%
  • Makefile 1.9%
  • Other 0.8%