]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add some comments for translator parameter in Sync/AsyncInterruptTransfer.
authorljin6 <ljin6@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 21 Jul 2006 02:38:30 +0000 (02:38 +0000)
committerljin6 <ljin6@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 21 Jul 2006 02:38:30 +0000 (02:38 +0000)
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

index e7d359ee2495e8137e751daf2c05027faf603274..86675534ab437e9f303e48702ffb23e7767426ca 100644 (file)
@@ -2162,7 +2162,9 @@ EhciAsyncInterruptTransfer (
   \r
     Submits an asynchronous interrupt transfer to an \r
     interrupt endpoint of a USB device.\r
   \r
     Submits an asynchronous interrupt transfer to an \r
     interrupt endpoint of a USB device.\r
-  \r
+    Translator parameter doesn't exist in UEFI2.0 spec, but it will be updated \r
+    in the following specification version.\r
+    \r
   Arguments:\r
     \r
     This            - A pointer to the EFI_USB2_HC_PROTOCOL instance.\r
   Arguments:\r
     \r
     This            - A pointer to the EFI_USB2_HC_PROTOCOL instance.\r
@@ -2469,7 +2471,9 @@ EhciSyncInterruptTransfer (
   Routine Description:\r
   \r
     Submits synchronous interrupt transfer to an interrupt endpoint \r
   Routine Description:\r
   \r
     Submits synchronous interrupt transfer to an interrupt endpoint \r
-    of a USB device.\r
+    of a USB device. \r
+    Translator parameter doesn't exist in UEFI2.0 spec, but it will be updated \r
+    in the following specification version.\r
   \r
   Arguments:\r
     \r
   \r
   Arguments:\r
     \r