mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 15:44:04 +02:00
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:
parent
086cd2c8e9
commit
745ed9b412
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user