]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r355844:
authorToomas Soome <tsoome@FreeBSD.org>
Sun, 22 Dec 2019 20:36:57 +0000 (20:36 +0000)
committerToomas Soome <tsoome@FreeBSD.org>
Sun, 22 Dec 2019 20:36:57 +0000 (20:36 +0000)
commitc4cae83898c35fd8f21e75dfffb44e8fae75474b
treea35e9744c6ba93dd98721b5aaca7b07dc702c80f
parentbeff530ff56c9536e56f78df4fd679dce56a05fb
MFC r355844:
loader.efi: efi_readkey_ex needs to key despite the shift status or toggle status

From UEFI specification 2.8, page 434:
"It should also be noted that certain input devices may not be able to produce
shift or toggle state information, and in those cases the high order bit in
the respective Toggle and Shift state fields should not be active."

But we still need to check for ScanCode and UnicodeChar.

PR:             242660
stand/efi/libefi/efi_console.c