commit | 0b7b56d7d7446ab24d2b8da2236ec44ea7edf2cc | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Sep 01 23:30:09 2022 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Sep 03 08:16:09 2022 +0200 |
tree | f99887368324e898fab22bb836f9cff6e962cbba | |
parent | a641e36fdbf09a6db046e9afe7531e9c623e70d3 [diff] |
efi_loader: compliance Simple Text Input Ex Protocol We cannot expect the buffers passed to the input protocols to be zero filled. If only modifier keys are pressed, we have to return EFI_NOT_READY but we still have to fill the key structure. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>