peripheral.joystick icon indicating copy to clipboard operation
peripheral.joystick copied to clipboard

use real vendor/product id

Open nadenislamarre opened this issue 2 years ago • 2 comments

the current way doesn't provide the real vendor/produc ids that can be found via evtest. This patch applies the same commands from the evtest source code. It works for any pad, including bluetooth pads.

This patch was originally written for the batocera project at: https://github.com/batocera-linux/batocera.linux/tree/master/board/batocera/patches/kodi-peripheral-joystick

Signed-off-by: Nicolas Adenis-Lamarre [email protected]

nadenislamarre avatar Oct 24 '22 13:10 nadenislamarre

ci complains about udev not working on windows. I guess the previous code didn't too.

nadenislamarre avatar Oct 24 '22 13:10 nadenislamarre

@nadenislamarre I fixed the build error with udev: https://github.com/xbmc/peripheral.joystick/pull/280

Can you rebase on the Omega branch and update the PR target branch to Omega?

garbear avatar Jul 19 '23 03:07 garbear

@nadenislamarre Hope all is well. I want to get input working on the steam deck, and chat-gpt is helping me work through problems in the udev driver. Now is a good time to pull in your work, I'll let you know as I find time to integrate these PRs.

garbear avatar May 27 '24 21:05 garbear

Merged a slightly improved version (but functionally the same) in 73b87c0bd362b63d885239dda6d3622c21fe3964.

garbear avatar May 27 '24 21:05 garbear