]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add description to .inf files.
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 12 Dec 2008 03:21:13 +0000 (03:21 +0000)
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 12 Dec 2008 03:21:13 +0000 (03:21 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7004 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c
MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf

index 53d11bf9cd4754ec7ae422ab8ee92606d113df82..0667fa645d675e83688e531025ddf126e4804034 100644 (file)
@@ -47,7 +47,7 @@ gEhciDriverBinding = {
 };\r
 \r
 /**\r
-  Retrieves the capablility of root hub ports.\r
+  Retrieves the capability of root hub ports.\r
 \r
   @param  This                  This EFI_USB_HC_PROTOCOL instance.\r
   @param  MaxSpeed              Max speed supported by the controller.\r
index e263528d676f1695f8fe02a883c8d3b0bcb2db0b..30e40f57f89a1c63becd816ab7dfc006f8e2a350 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
index d2eb2bfeb7d778b75a63f0f2aa9e378259cfe805..c4b4bcb4445c4b34c5ba962d07f068336d03218f 100644 (file)
@@ -1,7 +1,12 @@
 #/** @file\r
-# Component name for module Uhci\r
+#  \r
+#  Component Description File For UhciDxe Module.\r
 #\r
-# Copyright (c) 2006, Intel Corporation. \r
+#  UhciDxe driver is responsible for managing the behavior of UHCI controller. \r
+#  It implements the interfaces of monitoring the status of all ports and transferring\r
+#  Control, Bulk, Interrupt and Isochronous requests to Usb1.x device\r
+#\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
index 8107f66b99446141c017963250bfaed8116b9864..fc36f98e23112f70ecb1d878c2d4fc38527d2333 100644 (file)
@@ -1,7 +1,10 @@
 #/** @file\r
-# Component name for module UsbBus\r
+#  \r
+#  Component Description File For UsbBus Dxe Module.\r
 #\r
-# Copyright (c) 2006, Intel Corporation. \r
+#  Usb Bus Dxe driver is used to enumerate and manage all attached usb devices.\r
+#  \r
+#  Copyright (c) 2006, 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