mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
57cc2ee710
commit
ac84271407
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue