aboutsummaryrefslogtreecommitdiff
path: root/board/samsung/trats
diff options
context:
space:
mode:
authorPali Rohár2022-10-09 21:38:25 +0200
committerTom Rini2022-10-12 11:11:58 -0400
commitedb47d612fe9ddca77cd583f14c71517f065405f (patch)
treea1f2f84786fed424a19483f3f996e4454963cfd3 /board/samsung/trats
parent767ecc5f9ff932c2f8361238d50c1dc6e7d07dce (diff)
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>
Diffstat (limited to 'board/samsung/trats')
0 files changed, 0 insertions, 0 deletions