
12 Oct
2022
12 Oct
'22
9:14 p.m.
On Sun, Oct 09, 2022 at 09:38:25PM +0200, Pali Rohár wrote:
Space key is indicated by two different bits. Some HW models indicate press of space key only by the first bit. Qemu indicates it by both bits at the same time, which is currently interpreted by u-boot as double key press.
Fix this issue by setting first bit when only second is set (to support HW models which indicate press only by second bit) and always clearing second bit before processing to not report double space key press.
Signed-off-by: Pali Rohár pali@kernel.org
Applied to u-boot/master, thanks!
--
Tom