Don't treat UnicodeChar == 0 as a keyboard input.
authoryasuoka <yasuoka@openbsd.org>
Fri, 24 Aug 2018 01:42:41 +0000 (01:42 +0000)
committeryasuoka <yasuoka@openbsd.org>
Fri, 24 Aug 2018 01:42:41 +0000 (01:42 +0000)
commit6638e4d92d9ec284dd96aafee488c83df5864d4d
tree97b7b9436fab343bdb6200d4638801b0030aee15
parent4b0828195c6f733315d16cf433c296495bc8535a
Don't treat UnicodeChar == 0 as a keyboard input.
This fixes the problem that which prevents typing the passpharase for
softraid on boot.  It happened at least with some external keyboards
on ThinkPad X2{6,8}0.  diff from Frank Groeneveld

ok tb
sys/arch/amd64/stand/efiboot/efiboot.c