]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.uni
MdeModulePkg: Convert all .uni files to utf-8
[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
6// \r
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
12// Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
13//\r
14// This program and the accompanying materials\r
15// are licensed and made available under the terms and conditions of the BSD License\r
16// which accompanies this distribution. The full text of the license may be found at\r
17// http://opensource.org/licenses/bsd-license.php\r
18// \r
19// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
20// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
21//\r
22// **/\r
23\r
24\r
25#string STR_MODULE_ABSTRACT #language en-US "Responsible for managing the behavior of EHCI controller"\r
26\r
27#string STR_MODULE_DESCRIPTION #language en-US "Implements the interfaces for monitoring the status of all ports and transferring\n"\r
28 "Control, Bulk, Interrupt and Isochronous requests to Usb2.0 device.<BR><BR>\n"\r
29 "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
30\r