From 11317a0d53be61389f3603c4b407040b3e8dc796 Mon Sep 17 00:00:00 2001 From: Johannes Leupolz Date: Thu, 13 Nov 2025 21:03:00 +0000 Subject: [PATCH] Added todo to README. I really should use the projects feature of github --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 094109d..fc4957b 100644 --- a/README.md +++ b/README.md @@ -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. + ---