mirror of https://github.com/nirenjan/libx52.git
This brings in changes to make the kernel module act like an input device. However, this version does have one flaw, in that the axes input for all the centered axes does not work. This is most likely due to a bug in the invocation of input_set_abs_params. Only the throttle and slider axes work, as does the hat. The other (minor) issue is that the hat values show up as -32767 and +32767 instead of -1 and +1 like the usbhid driver. |
||
---|---|---|
driver | ||
info | ||
tools | ||
udev | ||
.gitignore | ||
COPYING | ||
README.md |
README.md
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. Although the standard usbhid driver is capable of reading the joystick, it is not sufficient to really utilize all the capabilities of this system.
This project is currently a work-in-progress. However a high level outline of the current objectives are listed below:
- Write a kernel module and export sysfs interfaces to act as a driver.
- Write a userspace program that can configure the kernel module and create custom button mappings to keyboard or mouse events.
- Add interrupt handling and export a /dev/input/jsX interface.
- Allow userspace programs to register callbacks on MFD button events.