回复: [edk2-devel] [PATCH 0/4] Update the comments of ReadKeyStroke and ReadKeyStrokeEx

2024-03-12 Thread gaoliming via groups.io
o > 抄送: Ming Tan ; Yi Li ; Gahan > > 主题: [edk2-devel] [PATCH 0/4] Update the comments of ReadKeyStroke and > ReadKeyStrokeEx > > Refer to Uefi spec 2.10 section 13.3.3, Add a new retval > EFI_UNSUPPORTED to > EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.ReadKeyStrokeEx > and EFI_S

[edk2-devel] [PATCH 0/4] Update the comments of ReadKeyStroke and ReadKeyStrokeEx

2024-03-12 Thread Qingyu
Refer to Uefi spec 2.10 section 13.3.3, Add a new retval EFI_UNSUPPORTED to EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.ReadKeyStrokeEx and EFI_SIMPLE_TEXT_INPUT_PROTOCOL.ReadKeyStroke(). This patch series update ReadKeyStroke and ReadKeyStrokeEx implementation in Edk2. Qingyu (4): MdeModulePkg: Update t