]> git.proxmox.com Git - mirror_edk2.git/commitdiff
update meta.
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 9 Feb 2009 06:11:51 +0000 (06:11 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 9 Feb 2009 06:11:51 +0000 (06:11 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7482 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
MdeModulePkg/Universal/Console/TerminalDxe/TerminalConIn.c
MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf

index 1f31796cb389feefdfe7fa42c14e89326d289379..b4248fe27fa28d64605f70c8e34c5e7dfc971479 100644 (file)
   gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport\r
   gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport\r
+\r
+# [Event]\r
+#   ##\r
+#   # mConIn.LockEvent, used to record and check key sequence on StdIn. Periodic is 25ms.\r
+#   #\r
+#   EVENT_TYPE_PREIODIC_TIMER                   ## PRODUCES\r
+#\r
+#
\ No newline at end of file
index ca2b3ed2a9c8becd12149443ce56f773474ab5bb..b0d10d1dc5f5c8b78f06332a091c4eb560bd2368 100644 (file)
@@ -1255,7 +1255,7 @@ UnicodeToEfiKey (
 \r
     if (TerminalDevice->InputState != INPUT_STATE_DEFAULT) {\r
       //\r
-      // Check to see if the 2 second timer has expired\r
+      // Check to see if the 2 seconds timer has expired\r
       //\r
       TimerStatus = gBS->CheckEvent (TerminalDevice->TwoSecondTimeOut);\r
       if (!EFI_ERROR (TimerStatus)) {\r
index b7c765267f417661cd8d549bc667e09db2a97c11..204ca6040bebfe284b726e31c1f67c2f9a98a70e 100644 (file)
@@ -1,9 +1,9 @@
 #/** @file\r
-# \r
+#\r
 #  Component description file for Terminal module.\r
 #\r
 #  This driver installs Simple Text In/Out protocol for terminal devices (serial devices or hotplug devices).\r
-# \r
+#\r
 #  Copyright (c) 2006 - 2008, Intel Corporation\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
   gEfiGlobalVariableGuid                        ## SOMETIMES_CONSUMES ## Variable:L"ErrOutDev"\r
   gEfiVTUTF8Guid                                ## SOMETIMES_CONSUMES ## GUID\r
   gEfiVT100Guid                                 ## SOMETIMES_CONSUMES ## GUID\r
-  gEfiVT100PlusGuid                             ## SOMETIMES_CONSUMES ## GUID \r
+  gEfiVT100PlusGuid                             ## SOMETIMES_CONSUMES ## GUID\r
   gEfiPcAnsiGuid                                ## SOMETIMES_CONSUMES ## GUID\r
-  \r
+\r
 [Protocols]\r
   gEfiSerialIoProtocolGuid                      ## TO_START\r
   gEfiDevicePathProtocolGuid                    ## TO_START\r
   gEfiSimpleTextInProtocolGuid                  ## BY_START\r
   gEfiSimpleTextInputExProtocolGuid             ## BY_START\r
   gEfiSimpleTextOutProtocolGuid                 ## BY_START\r
-  gSimpleTextInExNotifyGuid                     ## SOMETIMES_CONSUMES \r
-  gEfiHotPlugDeviceGuid                         ## SOMETIMES_CONSUMES \r
+  gSimpleTextInExNotifyGuid                     ## SOMETIMES_CONSUMES\r
+  gEfiHotPlugDeviceGuid                         ## SOMETIMES_CONSUMES\r
 \r
 [Pcd]\r
   gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError\r
   gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError\r
   gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError\r
   gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType\r
-  \r
+\r
+# [Event]\r
+#   ##\r
+#   # Relative timer event set by UnicodeToEfiKey(), used to one 2 seconds input timeout.\r
+#   #\r
+#   EVENT_TYPE_RELATIVE_TIMER                   ## PRODUCES\r
+#\r
+#\r