kvm/internal
Adam Shiervani e3eb8330fe refactor: simplify HID RPC keyboard input handling and improve key state management
- Updated `handleHidRPCKeyboardInput` to return errors directly instead of keys down state.
- Refactored `rpcKeyboardReport` and `rpcKeypressReport` to return errors instead of states.
- Introduced a queue for managing key down state updates in the `Session` struct to prevent input handling stalls.
- Adjusted the `UpdateKeysDown` method to handle state changes more efficiently.
- Removed unnecessary logging and commented-out code for clarity.
2025-09-18 13:09:43 +02:00
..
confparser Add ability to track modifier state on the device (#725) 2025-08-26 17:09:35 +02:00
hidrpc clean up logging 2025-09-18 13:07:35 +02:00
logging Add ability to track modifier state on the device (#725) 2025-08-26 17:09:35 +02:00
mdns network enhanecment / refactor (#361) 2025-04-16 01:39:23 +02:00
network fix(timesync): ensure that auto-update waits for time sync (#609) 2025-09-16 15:37:02 +02:00
timesync fix(timesync): ensure that auto-update waits for time sync (#609) 2025-09-16 15:37:02 +02:00
tzdata feat: improve custom jiggler settings and add timezone support (#742) 2025-08-19 16:50:42 +02:00
udhcpc Add ability to track modifier state on the device (#725) 2025-08-26 17:09:35 +02:00
usbgadget refactor: simplify HID RPC keyboard input handling and improve key state management 2025-09-18 13:09:43 +02:00
utils fix: ensure that security-key backed SSH keys are supported (#807) 2025-09-17 12:14:45 +02:00
websecure feat(websecure): add support for ed25519 certificates (#513) 2025-05-25 11:09:58 +02:00