diff options
author | ljin6 <ljin6@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-21 02:38:30 +0000 |
---|---|---|
committer | ljin6 <ljin6@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-21 02:38:30 +0000 |
commit | ac842714074f0c80f799c950b1c04e8904a6fd06 (patch) | |
tree | 0f7771858946ccf6d1646c4bd62cbaa65e7c9174 | |
parent | 57cc2ee710e6a12621f879dd5e95dc7d4fb8cba9 (diff) | |
download | edk2-platforms-ac842714074f0c80f799c950b1c04e8904a6fd06.tar.xz |
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
-rw-r--r-- | EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.c | 8 |
1 files 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:
|