summaryrefslogtreecommitdiff
path: root/EdkModulePkg/Bus/Pci/Ehci
diff options
context:
space:
mode:
authorljin6 <ljin6@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-21 02:38:30 +0000
committerljin6 <ljin6@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-21 02:38:30 +0000
commitac842714074f0c80f799c950b1c04e8904a6fd06 (patch)
tree0f7771858946ccf6d1646c4bd62cbaa65e7c9174 /EdkModulePkg/Bus/Pci/Ehci
parent57cc2ee710e6a12621f879dd5e95dc7d4fb8cba9 (diff)
downloadedk2-ac842714074f0c80f799c950b1c04e8904a6fd06.zip
edk2-ac842714074f0c80f799c950b1c04e8904a6fd06.tar.gz
edk2-ac842714074f0c80f799c950b1c04e8904a6fd06.tar.bz2
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
Diffstat (limited to 'EdkModulePkg/Bus/Pci/Ehci')
-rw-r--r--EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.c8
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 e7d359e..8667553 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: