update the comments on Event
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8661 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -53,18 +53,17 @@
|
|||||||
DebugLib
|
DebugLib
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiIsaIoProtocolGuid # PROTOCOL TO_START
|
gEfiIsaIoProtocolGuid ## TO_START
|
||||||
gEfiAbsolutePointerProtocolGuid # PROTOCOL BY_START
|
gEfiAbsolutePointerProtocolGuid ## BY_START
|
||||||
gEfiDevicePathProtocolGuid # PROTOCOL TO_START
|
gEfiDevicePathProtocolGuid ## TO_START
|
||||||
|
|
||||||
# [Event]
|
# [Event]
|
||||||
# ##
|
# ##
|
||||||
# # Event will be signaled for WaitForKey event.
|
# # Event for EFI_SIMPLE_POINTER_PROTOCOL.WaitForInput.
|
||||||
# #
|
# #
|
||||||
# EVT_NOTIFY_WAIT ## PRODUCES
|
# EVENT_TYPE_NOTIFY_WAIT ## PRODUCES
|
||||||
#
|
#
|
||||||
# ##
|
# # Periodic timer event to poll the fake Ps2 mouse device and get its packet data.
|
||||||
# # Event will be used to poll mouse state.
|
|
||||||
# #
|
# #
|
||||||
# EVT_NOTIFY_SIGNAL ## PRODUCES
|
# EVENT_TYPE_PERIODIC_TIMER ## PRODUCES
|
||||||
|
|
||||||
|
@@ -53,18 +53,17 @@
|
|||||||
DebugLib
|
DebugLib
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiIsaIoProtocolGuid # PROTOCOL TO_START
|
gEfiIsaIoProtocolGuid ## TO_START
|
||||||
gEfiSimplePointerProtocolGuid # PROTOCOL BY_START
|
gEfiSimplePointerProtocolGuid ## BY_START
|
||||||
gEfiDevicePathProtocolGuid # PROTOCOL TO_START
|
gEfiDevicePathProtocolGuid ## TO_START
|
||||||
|
|
||||||
|
|
||||||
# [Event]
|
# [Event]
|
||||||
# ##
|
# ##
|
||||||
# # Event will be signaled for WaitForKey event.
|
# # Event for EFI_SIMPLE_POINTER_PROTOCOL.WaitForInput.
|
||||||
# #
|
# #
|
||||||
# EVT_NOTIFY_WAIT ## PRODUCES
|
# EVENT_TYPE_NOTIFY_WAIT ## PRODUCES
|
||||||
#
|
#
|
||||||
# ##
|
# # Periodic timer event to poll the Ps2 mouse device and get its packet data.
|
||||||
# # Event will be used to poll mouse state.
|
|
||||||
# #
|
# #
|
||||||
# EVT_NOTIFY_SIGNAL ## PRODUCES
|
# EVENT_TYPE_PERIODIC_TIMER ## PRODUCES
|
||||||
|
Reference in New Issue
Block a user