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