]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.uni
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / EhciDxe / EhciDxe.uni
CommitLineData
3f528797
JJ
1// /** @file\r
2// The EhciDxe driver is responsible for managing the behavior of EHCI controller.\r
3//\r
4// It implements the interfaces of monitoring the status of all ports and transferring\r
5// Control, Bulk, Interrupt and Isochronous requests to Usb2.0 device.\r
d1102dba 6//\r
3f528797
JJ
7// Note that EhciDxe driver is enhanced to guarantee that the EHCI controller get attached\r
8// to the EHCI controller before the UHCI driver attaches to the companion UHCI controller.\r
9// This way avoids the control transfer on a shared port between EHCI and companion host\r
10// controller when UHCI gets attached earlier than EHCI and a USB 2.0 device inserts.\r
11//\r
d1102dba 12// Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
3f528797 13//\r
9d510e61 14// SPDX-License-Identifier: BSD-2-Clause-Patent\r
3f528797
JJ
15//\r
16// **/\r
17\r
18\r
19#string STR_MODULE_ABSTRACT #language en-US "Responsible for managing the behavior of EHCI controller"\r
20\r
21#string STR_MODULE_DESCRIPTION #language en-US "Implements the interfaces for monitoring the status of all ports and transferring\n"\r
22 "Control, Bulk, Interrupt and Isochronous requests to Usb2.0 device.<BR><BR>\n"\r
23 "Note that EhciDxe driver is enhanced to guarantee that the EHCI controller get attached to the EHCI controller before the UHCI driver attaches to the companion UHCI controller. This method avoids the control transfer on a shared port between EHCI and a companion host controller when UHCI attaches earlier than EHCI and a USB 2.0 device inserts.<BR>"\r
24\r