summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran2023-04-101-2/+2
* MdeModulePkg: Put USB DEBUGs that occur for bulk timeouts under VERBOSERebecca Cran2022-12-081-1/+1
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-198/+183
* MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-071-6/+6
* MdeModulePkg/EhciDxe: Use BaseLib linked list iteration macrosMichael Kubacki2020-04-211-5/+6
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* Revert "EhciDxe: Use common buffer for AsyncInterruptTransfer"Star Zeng2018-11-071-2/+76
* MdeModulePkg EhciDxe: Use common buffer for AsyncInterruptTransferStar Zeng2018-10-281-76/+2
* MdeModulePkg EhciDxe: Extract new EhciInsertAsyncIntTransfer functionStar Zeng2018-10-281-0/+76
* MdeModulePkg/Usb: Make sure data from HW is no more than expectedRuiyu Ni2018-10-171-3/+6
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-2/+2
* MdeModulePkg/EhciDxe: enable 64-bit PCI DMAArd Biesheuvel2016-09-061-1/+1
* MdeModulePkg/Usb: Update some debug messages’ print level to EFI_D_VERBOSEFeng Tian2013-07-051-2/+2
* MdeModulePkg/Usb: Boost the r/w performance by reducing stall time on polling...Feng Tian2013-06-241-3/+3
* when timeout is 0, infinite loop on the timeout request to follow UEFI specerictian2011-03-041-5/+16
* Update the copyright notice formathhtian2010-04-241-2/+2
* Fix a bug that usb keybarod can not work well when it is inserted at a usb 2....erictian2010-03-191-1/+6
* uniform the sw and hw expression to avoid confusing. it does not effect hw fu...erictian2010-03-041-3/+4
* Minor bug fix and robustness check improvement.rsun32010-03-031-4/+7
* update Ehci driver to distinct pci memory address and host addresserictian2010-02-281-28/+64
* Improve coding style in MdeModulePkg.rsun32010-01-191-2/+2
* update code to eliminate the wrong assumption that pci address is equal to ho...eric_tian2009-10-141-20/+42
* Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten2009-04-101-0/+1
* 1) Fix a typo in EhcMoniteAsyncRequests.qwang122009-02-041-19/+3
* Library usage checkedjji42008-12-261-1/+1
* check the usage of %d,%x,%ld,%lx and so on in debug print statement.jji42008-12-181-1/+1
* modify coding style to pass ecc tool and provide comments that complied with ...eric_tian2008-07-081-86/+63
* 1. Added EFI_MEDIA_CHANGED and EFI_INVALID_PARAMETER returns in UsbMassReadBl...vanjeff2008-02-131-14/+14
* Fixed unexpected timeout in Usb MassStorage Driver.yshang12007-10-081-3/+3
* Sync USB modules with main trunk.vanjeff2007-07-241-0/+71
* Import EhciDxe and UhciDxe into MdeModulePkg.vanjeff2007-07-111-0/+941