diff options
Diffstat (limited to 'MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf')
-rw-r--r-- | MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf b/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf index d2eb2bfeb7..c4b4bcb444 100644 --- a/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf +++ b/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf @@ -1,7 +1,12 @@ #/** @file
-# Component name for module Uhci
+#
+# Component Description File For UhciDxe Module.
#
-# Copyright (c) 2006, Intel Corporation.
+# UhciDxe driver is responsible for managing the behavior of UHCI controller.
+# It implements the interfaces of monitoring the status of all ports and transferring
+# Control, Bulk, Interrupt and Isochronous requests to Usb1.x device
+#
+# Copyright (c) 2006 - 2008, Intel Corporation.
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
|