Saitek X52/X52pro userspace driver for Unix/Linux
 
 
 
 
 
Go to file
nirenjan 4388eceec0 Create workflow to build kernel module
This workflow runs only if there is a change to the kernel_module path.
Consequently, commits that only impact the kernel_module will be ignored
for the standard userspace driver build.

This commit also updates the CodeQL workflow to only run on a scheduled
basis and on pull requests, but not on every push, since this is a
fairly slow script.

Finally, this commit also removes the obsolete kernel module sources,
since they are no longer maintained, and it also provides a hook for
Github actions to pick up and execute the kernel workflow.
2020-08-13 03:17:35 -07:00
.github Create workflow to build kernel module 2020-08-13 03:17:35 -07:00
docs Fix report format to correctly handle mouse stick 2020-07-09 02:44:31 -07:00
kernel_module Create workflow to build kernel module 2020-08-13 03:17:35 -07:00
lib Move headers to $(includedir)/libx52 2020-07-17 15:27:42 -07:00
m4 Enable additional compiler warnings 2020-06-11 23:38:44 -07:00
po Add denoising to x52evtest 2020-07-16 04:25:48 -07:00
tests Rename CLI tests from libx52 to x52cli 2020-06-28 12:01:14 -07:00
tools Retrieve hidraw file from command line 2015-11-28 10:06:38 -08:00
udev Allow failure when installing udev rules 2020-07-19 22:19:25 -07:00
utils Add denoising to x52evtest 2020-07-16 04:25:48 -07:00
.gitignore Create HID driver for Saitek X52 and X52 Pro 2020-08-12 01:11:15 -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 Update changelog 2020-07-16 04:32:40 -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 Update package list for Arch Linux 2020-07-19 15:17:17 -07:00
LICENSE Move license text to LICENSE file 2018-04-18 12:16:48 -07:00
Makefile.am Fix install error on macOS when doxygen is found 2020-08-07 23:00:50 -07:00
README.md Create workflow to build kernel module 2020-08-13 03:17:35 -07:00
autogen.sh Move pthread build logic to configure.ac 2020-04-15 17:31:46 -07:00
configure.ac Add event test utility 2020-07-11 00:15:14 -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 Join the chat at https://gitter.im/x52pro-linux/community

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 and installing

See INSTALL.md