diff --git a/kernel_module/README.md b/kernel_module/README.md new file mode 100644 index 0000000..9827fba --- /dev/null +++ b/kernel_module/README.md @@ -0,0 +1,9 @@ +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**