mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-01 11:36:43 +00:00
c10ad4ff01
The driver might end up in an endless loop on systems that do not contain an i8042 controller when probing the AUX interface. This leads to busy looping and in the end to not annoucing the Input service. Components that wait for the announcement of the service will therefore hang as well. Normally a service gets announced only if it is usable but in this case this is inconvient because it renders all scenarios that use the input_merger non working on x86 systems that only provide USB input and do not have PS/2 at all. Ideally, the PS/2 driver should only be started if the system needs it. That is currently not feasible and for the time being we post-pone the inevitable and back down after several unsucessful attempts to read from the AUX interface while initializing the driver. Fixes #1871. |
||
---|---|---|
.. | ||
acpi | ||
ahci | ||
audio/spec/linux | ||
framebuffer/spec | ||
gpio/spec | ||
input | ||
nic | ||
platform/spec | ||
rtc/spec/x86 | ||
sd_card | ||
timer | ||
uart |