Re: [PATCH 05/10] efi/console: Implement getkeystatus() support

2020-04-03 Thread Daniel Kiper
On Fri, Mar 13, 2020 at 08:14:05PM +0100, Javier Martinez Canillas wrote: > From: Hans de Goede > > Implement getkeystatus() support. This commit misses explanation why this patch is needed. > Note that if a non-modifier key gets pressed and repeated calls to > getkeystatus() are made then it wi

[PATCH 05/10] efi/console: Implement getkeystatus() support

2020-03-13 Thread Javier Martinez Canillas
From: Hans de Goede Implement getkeystatus() support. Note that if a non-modifier key gets pressed and repeated calls to getkeystatus() are made then it will return the modifier status at the time of the non-modifier key, until that key-press gets consumed by a getkey() call. This is a side-eff