]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
Add information in Meta-Data file
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / EhciDxe / EhciDxe.inf
index 0ae943d62edf0977ea2a5a3f956b6277934a3fce..a37d55a9fa48d8b407545e1f1c7317352f0a4615 100644 (file)
@@ -1,8 +1,12 @@
 #/** @file\r
-# Component name for module Ehci\r
+#  \r
+#  Component Description File For EhciDxe Module.\r
+# \r
+#  EhciDxe driver is responsible for managing the behavior of EHCI controller. \r
+#  It implements the interfaces of monitoring the status of all ports and transferring \r
+#  Control, Bulk, Interrupt and Isochronous requests to Usb2.0 device.\r
 #\r
-# FIX ME!\r
-# Copyright (c) 2006, Intel Corporation. \r
+#  Copyright (c) 2006 - 2008, Intel Corporation. \r
 #\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
@@ -27,7 +31,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC#\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 #  DRIVER_BINDING                =  gEhciDriverBinding                        \r
 #  COMPONENT_NAME                =  gEhciComponentName\r
   PcdLib\r
 \r
 [Protocols]\r
-  gEfiPciIoProtocolGuid                         # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiUsb2HcProtocolGuid                        # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiPciIoProtocolGuid                         ## ALWAYS_CONSUMED\r
+  gEfiUsb2HcProtocolGuid                        ## ALWAYS_PRODUCED\r
 \r
+# [Event]\r
+#   ##\r
+#   # Periodic timer event for checking the result of interrupt transfer execution.\r
+#   #\r
+#   EVENT_TYPE_PERIODIC_TIMER                   ## PRODUCES\r
+#\r