diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-25 08:42:53 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-25 08:42:53 +0000 |
commit | cab302fd4cb652cd05d2d0ff1629fda07d4e330c (patch) | |
tree | ab21e1bf0a72bffb25c44993e6683c60c6ea8b66 /IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe | |
parent | 182b1d16236001427c2929284eaba558a556c495 (diff) | |
download | edk2-platforms-cab302fd4cb652cd05d2d0ff1629fda07d4e330c.tar.xz |
code scrub on Ps2MouseDxe/Ps2MouseAbsolutePointer module
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8659 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe')
-rw-r--r-- | IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf b/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf index 16eefae67b..eb0664a753 100644 --- a/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf +++ b/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf @@ -1,5 +1,5 @@ #/** @file
-# Ps2 Mouse Driver
+# Ps2 Mouse Driver.
#
# This dirver directly uses IsaIo protocol service to support Ps2 mouse work.
# Copyright (c) 2006 - 2009, Intel Corporation.
@@ -21,7 +21,6 @@ FILE_GUID = 202A2B0E-9A31-4812-B291-8747DF152439
MODULE_TYPE = UEFI_DRIVER
VERSION_STRING = 1.0
- EFI_SPECIFICATION_VERSION = 0x00020000
ENTRY_POINT = InitializePs2Mouse
#
@@ -59,3 +58,13 @@ gEfiDevicePathProtocolGuid # PROTOCOL TO_START
+# [Event]
+# ##
+# # Event will be signaled for WaitForKey event.
+# #
+# EVT_NOTIFY_WAIT ## PRODUCES
+#
+# ##
+# # Event will be used to poll mouse state.
+# #
+# EVT_NOTIFY_SIGNAL ## PRODUCES
\ No newline at end of file |