]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
Update for Meta data.
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbMouseDxe / UsbMouseDxe.inf
index 5ef67af690706588b37698e669410ae2e6ea620a..3466435e5c79486980064508b6b86ef3d9dd42a9 100644 (file)
@@ -1,6 +1,14 @@
 #/** @file\r
 # USB Mouse Driver that manages USB mouse and produces Simple Pointer Protocol.\r
 #\r
+# USB Mouse Driver consumes USB I/O Protocol and Device Path Protocol, and produces\r
+# Simple Pointer Protocol on USB mouse devices.\r
+# It manages the USB mouse device via Asynchronous Interrupt Transfer of USB I/O Protocol,\r
+# and parses the data according to USB HID Specification.\r
+# This module refers to following specifications:\r
+# 1. Universal Serial Bus HID Firmware Specification, ver 1.11\r
+# 2. UEFI Specification, v2.1\r
+#\r
 # Copyright (c) 2006 - 2008, Intel Corporation. \r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
@@ -20,7 +28,6 @@
   FILE_GUID                      = 2D2E62AA-9ECF-43b7-8219-94E7FC713DFE\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-\r
   ENTRY_POINT                    = USBMouseDriverBindingEntryPoint\r
 \r
 #\r
@@ -53,9 +60,9 @@
   UefiUsbLib\r
 \r
 [Protocols]\r
-  gEfiUsbIoProtocolGuid                         # PROTOCOL TO_START\r
-  gEfiDevicePathProtocolGuid                    # PROTOCOL TO_START\r
-  gEfiSimplePointerProtocolGuid                 # PROTOCOL BY_START\r
+  gEfiUsbIoProtocolGuid                         ## TO_START\r
+  gEfiDevicePathProtocolGuid                    ## TO_START\r
+  gEfiSimplePointerProtocolGuid                 ## BY_START\r
 \r
 [FixedPcd]\r
   gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInterfaceError\r
   gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInputError\r
   gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseReset\r
 \r
+# [Event]\r
+#   ##\r
+#   # Periodic timer event for delayed recovery, which deals with device error.\r
+#   #\r
+#   EVENT_TYPE_PERIODIC_TIMER                   ## PRODUCES\r
+#   ##\r
+#   # Event for EFI_SIMPLE_POINTER_PROTOCOL.WaitForInput\r
+#   #\r
+#   EVENT_TYPE_NOTIFY_WAIT                      ## PRODUCES\r
+#\r
+#\r
 \r