genode/repos/os/src/drivers
Josef Söntgen c10ad4ff01 ps2_drv: back down after unsucessful AUX access
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.
2016-02-05 10:59:10 +01:00
..
acpi acpi - report rmrr via acpi report rom 2015-11-18 12:22:08 +01:00
ahci ahci: fix ready status handling of ahci ports 2016-02-05 10:52:48 +01:00
audio/spec/linux linux: remove lx_environ symbol from audio_drv 2016-01-26 16:20:38 +01:00
framebuffer/spec fb_sdl: check for X11 / prevent invalid-event flood 2015-11-04 14:09:28 +01:00
gpio/spec disabling verbose in gpio driver 2015-10-09 16:37:22 +02:00
input ps2_drv: back down after unsucessful AUX access 2016-02-05 10:59:10 +01:00
nic linux: fix whitespace in nic_drv 2016-01-26 16:20:37 +01:00
platform/spec x86: avoid warning if memory is attached twice 2016-01-13 14:59:05 +01:00
rtc/spec/x86 Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
sd_card sd_card & imx53: refactor and clean-up 2015-11-29 18:17:03 +01:00
timer Consider byte offset in Attached_io_mem_dataspace 2015-11-18 12:22:07 +01:00
uart Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00