ShellPkg: Update the comments of ReadKeyStroke and ReadKeyStrokeEx

Refer to Uefi spec 2.10 section 12.3.3, Add a new retval
EFI_UNSUPPORTED to EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.ReadKeyStrokeEx
and EFI_SIMPLE_TEXT_INPUT_PROTOCOL.ReadKeyStroke().

Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhichao Gao <zhichao.gao@intel.com>
Cc: Chao Li <lichao@loongson.cn>
Signed-off-by: Qingyu <qingyu.shang@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
This commit is contained in:
Qingyu 2024-03-11 16:20:39 +08:00 committed by Liming Gao
parent e043e3e3bf
commit b79a64d26e
1 changed files with 3 additions and 1 deletions

View File

@ -67,7 +67,9 @@ FileBasedSimpleTextInReset (
@param[in] This A pointer to the SimpleTextIn structure.
@param[in, out] Key A pointer to the Key structure to fill.
@retval EFI_SUCCESS The read was successful.
@retval EFI_SUCCESS The read was successful.
@retval EFI_UNSUPPORTED The device does not support the ability to read
keystroke data.
**/
EFI_STATUS
EFIAPI