From ac842714074f0c80f799c950b1c04e8904a6fd06 Mon Sep 17 00:00:00 2001 From: ljin6 Date: Fri, 21 Jul 2006 02:38:30 +0000 Subject: [PATCH] Add some comments for translator parameter in Sync/AsyncInterruptTransfer. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1057 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.c b/EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.c index e7d359ee24..86675534ab 100644 --- a/EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.c +++ b/EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.c @@ -2162,7 +2162,9 @@ EhciAsyncInterruptTransfer ( Submits an asynchronous interrupt transfer to an interrupt endpoint of a USB device. - + Translator parameter doesn't exist in UEFI2.0 spec, but it will be updated + in the following specification version. + Arguments: This - A pointer to the EFI_USB2_HC_PROTOCOL instance. @@ -2469,7 +2471,9 @@ EhciSyncInterruptTransfer ( Routine Description: Submits synchronous interrupt transfer to an interrupt endpoint - of a USB device. + of a USB device. + Translator parameter doesn't exist in UEFI2.0 spec, but it will be updated + in the following specification version. Arguments: -- 2.39.2