mirror of https://github.com/acidanthera/audk.git
EmulatorPkg: 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: Andrew Fish <afish@apple.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Signed-off-by: Qingyu <qingyu.shang@intel.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
parent
7cc2010f46
commit
b387114113
|
@ -156,6 +156,7 @@ EmuGopSimpleTextInReset (
|
||||||
@retval EFI_NOT_READY There was no keystroke data available.
|
@retval EFI_NOT_READY There was no keystroke data available.
|
||||||
@retval EFI_DEVICE_ERROR The keystroke information was not returned due to
|
@retval EFI_DEVICE_ERROR The keystroke information was not returned due to
|
||||||
hardware errors.
|
hardware errors.
|
||||||
|
@retval EFI_UNSUPPORTED The device does not support the ability to read keystroke data.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
@ -339,6 +340,7 @@ EmuGopSimpleTextInExResetEx (
|
||||||
EFI_DEVICE_ERROR The keystroke
|
EFI_DEVICE_ERROR The keystroke
|
||||||
information was not returned due to
|
information was not returned due to
|
||||||
hardware errors.
|
hardware errors.
|
||||||
|
@retval EFI_UNSUPPORTED The device does not support the ability to read keystroke data.
|
||||||
|
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
Loading…
Reference in New Issue