efi_loader: correct input of special keys
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 19 Feb 2018 17:53:29 +0000 (18:53 +0100)
committerAlexander Graf <agraf@suse.de>
Wed, 4 Apr 2018 09:00:06 +0000 (11:00 +0200)
commit0fb4169e2819d6950708154789287e4ad9b40a91
treecc280e140c666ae634cccb187a19a92b40dff53d
parent06c3d5b989d15a86e2b0a5d49e0bcda365d35baa
efi_loader: correct input of special keys

Don't set unicode_char if scan_code is set.
Add support for page up, page down, and insert.
Correct input of function keys.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_console.c