]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c
MdeModulePkg EhciDxe: Use common buffer for AsyncInterruptTransfer
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / EhciDxe / Ehci.c
index 5569f4f9618b9f2b4997398e959c83f7c5e50258..764eeda58ba1fcacd152d6488638624a0ab96486 100644 (file)
@@ -763,6 +763,7 @@ EhcControlTransfer (
           Translator,\r
           EHC_CTRL_TRANSFER,\r
           Request,\r
+          FALSE,\r
           Data,\r
           *DataLength,\r
           NULL,\r
@@ -906,6 +907,7 @@ EhcBulkTransfer (
           Translator,\r
           EHC_BULK_TRANSFER,\r
           NULL,\r
+          FALSE,\r
           Data[0],\r
           *DataLength,\r
           NULL,\r
@@ -1163,6 +1165,7 @@ EhcSyncInterruptTransfer (
           Translator,\r
           EHC_INT_TRANSFER_SYNC,\r
           NULL,\r
+          FALSE,\r
           Data,\r
           *DataLength,\r
           NULL,\r