u-boot/board/nokia/rx51
Pali Rohár edb47d612f Nokia RX-51: Fix double space key press
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>
2022-10-12 11:11:58 -04:00
..
Kconfig Nokia RX-51: Move board required options from defconfig to Kconfig 2022-08-20 16:18:40 -04:00
lowlevel_init.S Nokia RX-51: Do not clear unknown memory in lowlevel_init.S 2022-09-15 16:11:01 -04:00
MAINTAINERS Nokia RX-51: Convert documentation to rst format 2022-01-29 10:23:40 +01:00
Makefile SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
rx51.c Nokia RX-51: Fix double space key press 2022-10-12 11:11:58 -04:00
tag_omap.h Nokia RX-51: Update my email address 2020-05-11 10:16:49 +05:30