:: Re: [maemo-leste] [PATCH] Nokia RX-…
Top Page
Delete this message
Reply to this message
Author: Tom Rini
Date:  
To: Pali Rohár
CC: u-boot, maemo-leste
Subject: Re: [maemo-leste] [PATCH] Nokia RX-51: Fix double space key press
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@???>


Applied to u-boot/master, thanks!

--
Tom