Added todo to README. I really should use the projects feature of github

This commit is contained in:
Johannes Leupolz 2025-11-13 21:03:00 +00:00
parent e31946c603
commit 11317a0d53

View file

@ -120,6 +120,9 @@ It reliably demonstrates the core concept — exposing `/dev/uinput` devices ins
https://gitlab.steamos.cloud/steamrt/steam-runtime-tools/-/blob/main/docs/ld-library-path-runtime.md
https://github.com/ValveSoftware/steam-for-linux/issues/10175?utm_source=chatgpt.com
* [ ] **Forward known controller pids automatically:**
The main reason that vuinputd overrides pids is to ensure that those are not used by the host by accident, especially for keyboards that otherwise might get a seat assigned. This is irrelevant for gamepads. So the pids of known gamepads can just be forwarded. This is relevant for the 360 input devices that are created by steam.
---