2017-03-05, 22:42
(2017-03-05, 19:46)garbear Wrote: Sounds like a way cool project. The "js0" handler looks like it means it should show up under the Linux Joystick API, which peripheral.joystick currently uses. the Linux Joystick API is built on udev these days, so it's a definite candidate for where the problem is.
A while back I ported the udev driver to peripheral.joystick, but disabled it for Krypton because it was missing some axes. This shouldn't be a problem for your project, so the first thing I would try is testing the udev driver. You can either:
* Compile peripheral.joystick without the Linux Joystick API (it'll default to udev then).
* Wait for my next patch that allows you to choose between these two in Kodi's settings
I've been working on this patch for the last two weeks, so I suppose it's time I finished itI'll get this PRed today because testing the udev driver is our next step.
Great, thanks for the info. I'll hold off on testing and watch out for the PR.