Update README

This commit is contained in:
Johannes Leupolz 2025-11-11 22:21:53 +00:00
parent b9524017df
commit aa6a8e0161

View file

@ -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.