mirror of https://github.com/acidanthera/audk.git
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:
parent
5f087507ee
commit
5f8be01274
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue