]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Bus/Pci/EhciPei/EhcPeim.c
MdeModulePkg/Ehci: don't clear port status bits during init
authorFeng Tian <feng.tian@intel.com>
Wed, 30 Nov 2016 05:14:23 +0000 (13:14 +0800)
committerFeng Tian <feng.tian@intel.com>
Fri, 2 Dec 2016 00:58:23 +0000 (08:58 +0800)
commitd9077743b67c03061edbb7ce25e29087702694b8
tree56323f5f181e0d34ed5fa9893a5299f0d3371030
parent12547a99edd1adfc047e05434a20119f20cb6172
MdeModulePkg/Ehci: don't clear port status bits during init

Port status bits are clear in original code, so no enumeration
takes place.
Changing this to prevent the status bits from being cleared
allows enumeration to proceed normally.

Cc: Star Zeng <star.zeng@intel.com>
Cc: Mike Turner <Michael.Turner@microsoft.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Mike Turner <Michael.Turner@microsoft.com>
Signed-off-by: Feng Tian <feng.tian@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
MdeModulePkg/Bus/Pci/EhciDxe/EhciReg.c
MdeModulePkg/Bus/Pci/EhciPei/EhcPeim.c