diff options
author | niruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-20 07:11:13 +0000 |
---|---|---|
committer | niruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-20 07:11:13 +0000 |
commit | c39c3e219079893c1607babd40b8510c2ad6c502 (patch) | |
tree | 3e666e7bea847732c4e565f1f72a43593307dc15 /MdeModulePkg/Bus | |
parent | c943ee03368202540a841e77b21da2c09406a1ac (diff) | |
download | edk2-platforms-c39c3e219079893c1607babd40b8510c2ad6c502.tar.xz |
add more comments for gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10032 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Bus')
-rw-r--r-- | MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c b/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c index aded0b3acb..3161ede949 100644 --- a/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c +++ b/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c @@ -1704,7 +1704,7 @@ EhcDriverBindingStart ( }
//
- // Robustnesss improvement such as for UoL
+ // Robustnesss improvement such as for Duet platform
// Default is not required.
//
if (FeaturePcdGet (PcdTurnOffUsbLegacySupport)) {
|