libx52/kernel_module
nirenjan 7dcd3049ec Add SPDX license identifiers in all files 2018-04-18 12:19:29 -07:00
..
Makefile Rename driver folder to kernel_module 2012-10-14 12:55:52 -07:00
README.md Add README for kernel module 2015-12-01 08:29:12 -08:00
x52joy.c Add SPDX license identifiers in all files 2018-04-18 12:19:29 -07:00
x52joy_commands.c Add SPDX license identifiers in all files 2018-04-18 12:19:29 -07:00
x52joy_commands.h Add SPDX license identifiers in all files 2018-04-18 12:19:29 -07:00
x52joy_common.h Add SPDX license identifiers in all files 2018-04-18 12:19:29 -07:00
x52joy_input.c Add SPDX license identifiers in all files 2018-04-18 12:19:29 -07:00
x52joy_map.h Add SPDX license identifiers in all files 2018-04-18 12:19:29 -07:00

README.md

Kernel driver for Saitek X52 Pro

This folder contains a loadable kernel module for the Saitek X52Pro HOTAS. Note that the standard usbhid driver already supports this joystick as an input device, and the additional functionality of the LEDs and MFD can be handled by a userspace library.

This module is only a proof-of-concept and not suitable for production