[PATCH] at_keyboard.c: add timeout to fix hang on hp elitebooks

2023-04-23 Thread Riku Viitanen via Grub-devel
This fixes GRUB on Coreboot on HP EliteBooks by implementing a 200ms timeout. GRUB used to hang. See: https://ticket.coreboot.org/issues/141 --- grub-core/term/at_keyboard.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/grub-core/term/at_keyboard.c b/grub-core/ter

Re: [PATCH] at_keyboard.c: add timeout to fix hang on hp elitebooks

2023-04-23 Thread Vladimir 'phcoder' Serbinenko
LGTM On Sun, Apr 23, 2023 at 3:39 PM Riku Viitanen via Grub-devel wrote: > > This fixes GRUB on Coreboot on HP EliteBooks by implementing > a 200ms timeout. GRUB used to hang. See: > https://ticket.coreboot.org/issues/141 > --- > grub-core/term/at_keyboard.c | 11 ++- > 1 file changed,