Replies: 2 comments 8 replies
-
Hi Max, While I'm not yet sure I want to support the X65F as a part of this project, I'm happy to help with the driver part. For what it's worth though, the kernel module in this project is probably not the right way to write a driver, primarily because of the way it remaps the buttons. That being said, I had made a contribution to the kernel in the past to allow the default driver to send events for the Mouse-Y axis. You can see the changes here. To start off, we need some information regarding the device itself. You may need to run some of these commands with
We will probably need some additional info on how Linux maps the axes and buttons, but we can leave that for later. Cheers, |
Beta Was this translation helpful? Give feedback.
-
Support for the X65F thumbstick has been merged into Linux kernel version 5.13 |
Beta Was this translation helpful? Give feedback.
-
Hi!
I came across your project during research for my Saitek X-65F (ID 06a3:0b6a Saitek PLC Pro Flight X65 Control System), which is missing an axis (mouse y) with the default driver. So I thought about adopting your kernel module for my device - what would be an absolute first time for me.
Can you give some advice on how to get into this? What tools can I use for testing, how to find out the necesarry bit-operations on the axis, ...?
Or do you even have time and motivation to include the X65F into your project? I could offer testing and provide data ;-)
Regards,
Max
Beta Was this translation helpful? Give feedback.
All reactions