mirror of https://github.com/acidanthera/audk.git
update meta.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7482 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d1a54e2c3e
commit
05b1c4143c
|
@ -95,3 +95,11 @@
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport
|
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport
|
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport
|
gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport
|
||||||
|
|
||||||
|
# [Event]
|
||||||
|
# ##
|
||||||
|
# # mConIn.LockEvent, used to record and check key sequence on StdIn. Periodic is 25ms.
|
||||||
|
# #
|
||||||
|
# EVENT_TYPE_PREIODIC_TIMER ## PRODUCES
|
||||||
|
#
|
||||||
|
#
|
|
@ -1255,7 +1255,7 @@ UnicodeToEfiKey (
|
||||||
|
|
||||||
if (TerminalDevice->InputState != INPUT_STATE_DEFAULT) {
|
if (TerminalDevice->InputState != INPUT_STATE_DEFAULT) {
|
||||||
//
|
//
|
||||||
// Check to see if the 2 second timer has expired
|
// Check to see if the 2 seconds timer has expired
|
||||||
//
|
//
|
||||||
TimerStatus = gBS->CheckEvent (TerminalDevice->TwoSecondTimeOut);
|
TimerStatus = gBS->CheckEvent (TerminalDevice->TwoSecondTimeOut);
|
||||||
if (!EFI_ERROR (TimerStatus)) {
|
if (!EFI_ERROR (TimerStatus)) {
|
||||||
|
|
|
@ -82,3 +82,10 @@
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError
|
gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType
|
gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType
|
||||||
|
|
||||||
|
# [Event]
|
||||||
|
# ##
|
||||||
|
# # Relative timer event set by UnicodeToEfiKey(), used to one 2 seconds input timeout.
|
||||||
|
# #
|
||||||
|
# EVENT_TYPE_RELATIVE_TIMER ## PRODUCES
|
||||||
|
#
|
||||||
|
#
|
||||||
|
|
Loading…
Reference in New Issue