[Description]:
Sync 3 trackers. 1. A bug that may cause the low/full speed device behind 2.0 hub will not work. 2. MajorRevision and MinorRevision need updating. 3. Misuse UhciConvertPollRate in UHCI driver. [Impaction]: EhicDxe, UhciDxe and UsbBusDxe. [Reference Info]: EDK tracker 1122 - A bug that may cause the low/full speed device behind 2.0 hub will not work . EDK tracker 1101 - Phoenix found issue in USB and Misuse UhciConvertPollRate in UHCI driver. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5370 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/** @file
|
||||
|
||||
Copyright (c) 2006 - 2007, Intel Corporation
|
||||
Copyright (c) 2006 - 2008, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
@@ -1436,8 +1436,8 @@ EhcCreateUsb2Hc (
|
||||
Ehc->Usb2Hc.GetRootHubPortStatus = EhcGetRootHubPortStatus;
|
||||
Ehc->Usb2Hc.SetRootHubPortFeature = EhcSetRootHubPortFeature;
|
||||
Ehc->Usb2Hc.ClearRootHubPortFeature = EhcClearRootHubPortFeature;
|
||||
Ehc->Usb2Hc.MajorRevision = 0x1;
|
||||
Ehc->Usb2Hc.MinorRevision = 0x1;
|
||||
Ehc->Usb2Hc.MajorRevision = 0x2;
|
||||
Ehc->Usb2Hc.MinorRevision = 0x0;
|
||||
|
||||
Ehc->PciIo = PciIo;
|
||||
Ehc->OriginalPciAttributes = OriginalPciAttributes;
|
||||
|
Reference in New Issue
Block a user