mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-24 07:46:42 +00:00
d2c7cfa5fa
The input filter used to temporarily close all input sessions upon its reconfiguration. In most cases, the same set of sessions is re-established immediately afterwards. However, at the server (driver) side, the closing of the session implicitly disables the input-event queue. Hence events generated by the hardware while the session is closed are dropped. This becomes a noticeable problem when using the recently added <rom> modifier feature for handling capslock. The change of the ROM always triggers the re-configuration of the input filter. When pressing capslock and other keys at a high rate, press/release events may get lost. This patch solves this problem by maintaining all input sessions that are defined in both the old and new configuration. It thereby removes the short duration where the input event queues are temporarily disabled at the drivers. |
||
---|---|---|
.. | ||
doc | ||
include | ||
lib | ||
recipes | ||
run | ||
src | ||
README |
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.