summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-10MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-2/+2
2022-12-08MdeModulePkg: Put USB DEBUGs that occur for bulk timeouts under VERBOSERebecca Cran1-1/+1
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-198/+183
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-6/+6
2020-04-21MdeModulePkg/EhciDxe: Use BaseLib linked list iteration macrosMichael Kubacki1-5/+6
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-11-07Revert "EhciDxe: Use common buffer for AsyncInterruptTransfer"Star Zeng1-2/+76
2018-10-28MdeModulePkg EhciDxe: Use common buffer for AsyncInterruptTransferStar Zeng1-76/+2
2018-10-28MdeModulePkg EhciDxe: Extract new EhciInsertAsyncIntTransfer functionStar Zeng1-0/+76
2018-10-17MdeModulePkg/Usb: Make sure data from HW is no more than expectedRuiyu Ni1-3/+6
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-2/+2
2016-09-06MdeModulePkg/EhciDxe: enable 64-bit PCI DMAArd Biesheuvel1-1/+1
2013-07-05MdeModulePkg/Usb: Update some debug messages’ print level to EFI_D_VERBOSEFeng Tian1-2/+2
2013-06-24MdeModulePkg/Usb: Boost the r/w performance by reducing stall time on polling...Feng Tian1-3/+3
2011-03-04when timeout is 0, infinite loop on the timeout request to follow UEFI specerictian1-5/+16
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-03-19Fix a bug that usb keybarod can not work well when it is inserted at a usb 2....erictian1-1/+6
2010-03-04uniform the sw and hw expression to avoid confusing. it does not effect hw fu...erictian1-3/+4
2010-03-03Minor bug fix and robustness check improvement.rsun31-4/+7
2010-02-28update Ehci driver to distinct pci memory address and host addresserictian1-28/+64
2010-01-19Improve coding style in MdeModulePkg.rsun31-2/+2
2009-10-14update code to eliminate the wrong assumption that pci address is equal to ho...eric_tian1-20/+42
2009-04-10Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten1-0/+1
2009-02-041) Fix a typo in EhcMoniteAsyncRequests.qwang121-19/+3
2008-12-26Library usage checkedjji41-1/+1
2008-12-18check the usage of %d,%x,%ld,%lx and so on in debug print statement.jji41-1/+1
2008-07-08modify coding style to pass ecc tool and provide comments that complied with ...eric_tian1-86/+63
2008-02-131. Added EFI_MEDIA_CHANGED and EFI_INVALID_PARAMETER returns in UsbMassReadBl...vanjeff1-14/+14
2007-10-08Fixed unexpected timeout in Usb MassStorage Driver.yshang11-3/+3
2007-07-24Sync USB modules with main trunk.vanjeff1-0/+71
2007-07-11Import EhciDxe and UhciDxe into MdeModulePkg.vanjeff1-0/+941