From aa6a8e0161aae2cae3cfc35002604f8e797a4788 Mon Sep 17 00:00:00 2001 From: Johannes Leupolz Date: Tue, 11 Nov 2025 22:21:53 +0000 Subject: [PATCH] Update README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4b70dcf..a64d218 100644 --- a/README.md +++ b/README.md @@ -87,10 +87,8 @@ It reliably demonstrates the core concept — exposing `/dev/uinput` devices ins ### ✅ Goals for Production Readiness -* [ ] **Device reuse:** - Ensure the daemon handles device reuse properly. This is used by steam. - -* [ ] **Delete devices in container only once:** +* [ ] **Steam input support:** + Steam input is not supported, yet. For some strange reasons, steam creates 16 virtual devices. Maybe a race. * [ ] **Error handling and recovery:** Ensure the daemon gracefully handles container shutdowns, device races, and failed mounts without leaks or undefined states.