coreboot-kgpe-d16/payloads/libpayload/curses
Nico Huber 6a008363be libpayload: Use longer delay in tinycurses' wgetch()
The counted delay of 1ms was shorter than the time usb_poll() took
(~30ms observed). So with a given timeout of 100ms it actually took 3s.
We can lower the problem if we delay 10ms per loop iteration.

Change-Id: I6e084bdd05332111cc8adcd13493a5dfb4bc8b28
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: http://review.coreboot.org/3533
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Dave Frodin <dave.frodin@se-eng.com>
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
2013-06-26 20:51:07 +02:00
..
PDCurses-3.4 libpayload: Fix prototype warnings in PDCurses 2013-03-26 19:37:33 +01:00
form libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
menu libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
pdcurses-backend PDCurses: pdcscrn.c: Use `#ifdef` instead of `#if CONFIG_SPEAKER` 2013-04-01 23:24:38 +02:00
Makefile.inc libpayload: Add PDCurses and ncurses' libform/libmenu 2011-08-04 08:10:41 +02:00
colors.c
curses.h fix tinycurses 2013-06-04 21:13:08 +02:00
curses.priv.h libpayload: Add PDCurses and ncurses' libform/libmenu 2011-08-04 08:10:41 +02:00
keyboard.c libpayload: Use longer delay in tinycurses' wgetch() 2013-06-26 20:51:07 +02:00
local.h become more standard with libpayload headers. PATH_MAX belongs in limits.h, 2010-07-09 18:52:17 +00:00
tinycurses.c libpayload: Don't declare mouse support in tinycurses 2011-07-07 22:30:05 +02:00