Add description to .inf files.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7004 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
gikidy 2008-12-12 03:21:13 +00:00
parent 5f087507ee
commit 5f8be01274
4 changed files with 20 additions and 8 deletions

View File

@ -47,7 +47,7 @@ gEhciDriverBinding = {
}; };
/** /**
Retrieves the capablility of root hub ports. Retrieves the capability of root hub ports.
@param This This EFI_USB_HC_PROTOCOL instance. @param This This EFI_USB_HC_PROTOCOL instance.
@param MaxSpeed Max speed supported by the controller. @param MaxSpeed Max speed supported by the controller.

View File

@ -1,8 +1,12 @@
#/** @file #/** @file
# Component name for module Ehci
# #
# FIX ME! # Component Description File For EhciDxe Module.
# Copyright (c) 2006, Intel Corporation. #
# EhciDxe driver is responsible for managing the behavior of EHCI controller.
# It implements the interfaces of monitoring the status of all ports and transferring
# Control, Bulk, Interrupt and Isochronous requests to Usb2.0 device.
#
# Copyright (c) 2006 - 2008, Intel Corporation.
# #
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License

View File

@ -1,7 +1,12 @@
#/** @file #/** @file
# Component name for module Uhci
# #
# Copyright (c) 2006, Intel Corporation. # Component Description File For UhciDxe Module.
#
# 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 # All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License

View File

@ -1,5 +1,8 @@
#/** @file #/** @file
# Component name for module UsbBus #
# Component Description File For UsbBus Dxe Module.
#
# Usb Bus Dxe driver is used to enumerate and manage all attached usb devices.
# #
# Copyright (c) 2006, Intel Corporation. # Copyright (c) 2006, Intel Corporation.
# #