Saitek X52/X52pro userspace driver for Unix/Linux
 
 
 
 
 
Go to file
nirenjan 377aea90b5 Remove spurious test cases
Prior to this change, the tests file contained every test that was in
the original script based test suite. However, we don't need to test
every single scenario within libx52, since those are already handled in
the libx52 specific tests. This also causes a slow compilation, since
the tests are written as a series of macros, and the result is a 2000+
line file before preprocessing.

This change removes some of the spurious test cases, and simply checks
that the parameters passed to the corresponding libx52 function are as
expected for a few test cases.
2021-07-30 11:48:14 -07:00
.github Fix pkg-config check for inih and enable Ubuntu 18.04 builds 2021-07-19 11:09:41 -07:00
cli Remove spurious test cases 2021-07-30 11:48:14 -07:00
daemon Use non-recursive Automake 2021-07-29 23:53:21 -07:00
docs Fix report format to correctly handle mouse stick 2020-07-09 02:44:31 -07:00
evtest Use non-recursive Automake 2021-07-29 23:53:21 -07:00
joytest Use non-recursive Automake 2021-07-29 23:53:21 -07:00
kernel_module Add kernel versions that have the quirks fix 2020-09-17 17:06:39 -07:00
lib Move libusbx52 to top level 2021-07-29 21:57:19 -07:00
libusbx52 Use non-recursive Automake 2021-07-29 23:53:21 -07:00
libx52 Use non-recursive Automake 2021-07-29 23:53:21 -07:00
libx52io Don't use TESTS when updating check_PROGRAMS 2021-07-30 03:04:12 -07:00
libx52util Use non-recursive Automake 2021-07-29 23:53:21 -07:00
m4 Integrate pinelog into autotools build framework 2021-07-15 10:33:52 -07:00
po Use non-recursive Automake 2021-07-29 23:53:21 -07:00
udev Use non-recursive Automake 2021-07-29 23:53:21 -07:00
.gitignore Squashed 'lib/pinelog/' changes from b5457f4..321d9aa 2021-07-19 09:50:42 -07:00
AUTHORS Add license clarification and authors file 2016-12-27 13:13:37 -08:00
CONTRIBUTING.md Add contribution guidelines 2020-06-02 17:20:03 -07:00
ChangeLog.md Add daemon framework 2021-07-15 15:53:56 -07:00
Doxyfile.in Add initial version of libx52io 2020-07-08 00:33:03 -07:00
DoxygenLayout.xml Add link to Github in Doxygen generated output 2020-06-06 08:54:59 -07:00
INSTALL.md Remove build status badge from INSTALL.md 2021-07-19 11:16:28 -07:00
LICENSE Squashed 'lib/pinelog/' content from commit b5457f4 2021-07-14 15:54:58 -07:00
Makefile.am Use non-recursive Automake 2021-07-29 23:53:21 -07:00
README.md Squashed 'lib/pinelog/' changes from 321d9aa..bdee493 2021-07-27 17:02:49 -07:00
autogen.sh Squashed 'lib/pinelog/' content from commit b5457f4 2021-07-14 15:54:58 -07:00
configure.ac Use non-recursive Automake 2021-07-29 23:53:21 -07:00
gettext.h Update gettext.h to fix warnings when compiling with --disable-nls 2020-06-12 22:05:28 -07:00
usb-ids.h Replace hard-coded values with #define's 2020-07-08 17:35:17 -07:00

README.md

Saitek X52Pro joystick driver for Linux

Build/Test Kernel Module CodeQL

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.

Note: This repository currently only provides commandline interfaces to control the MFD and LEDs. If you are not comfortable working in the commandline, then the gx52 project might be a better fit for your needs as it provides a graphical interface to control the MFD and LEDs.

Building and installing

See INSTALL.md