summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran2023-04-101-1/+1
* MdeModulePkg: Put USB DEBUGs that occur for bulk timeouts under VERBOSERebecca Cran2022-12-081-1/+8
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-461/+462
* MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-071-27/+26
* 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-3/+0
* MdeModulePkg EhciDxe: Use common buffer for AsyncInterruptTransferStar Zeng2018-10-281-0/+3
* MdeModulePkg EhciDxe: Extract new EhciInsertAsyncIntTransfer functionStar Zeng2018-10-281-24/+1
* MdeModulePkg/EhciDxe: factor out EhcIsDebugPortInUse()Laszlo Ersek2018-09-061-20/+6
* MdeModulePkg/EhciDxe: fix host controller reset condition in BindingStartLaszlo Ersek2018-09-051-1/+3
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-11/+11
* MdeModulePkg/EhciDxe: call EhcFreeUrb when int-transfer completesRuiyu Ni2018-01-161-1/+2
* MdeModulePkg/Bus: Fix typos in commentsGary Lin2016-10-271-1/+1
* MdeModulePkg/EhciDxe: enable 64-bit PCI DMAArd Biesheuvel2016-09-061-1/+21
* MdeModulePkg/Usb: Adjust TPL to not block async transfer during usb enum.Feng Tian2015-08-061-1/+1
* MdeModulePkg/Usb: Remove unnecessary direction restriction on UsbHc2.SyncInte...Feng Tian2015-03-121-5/+1
* 1) Add type cast for better coding style.Feng Tian2014-08-071-2/+2
* Fixed typos: hanlder should be handler.Chen Fan2014-07-091-1/+1
* MdeModulePkg/Usb: All h/w related stop operation at DriverBindingStop() shoul...Feng Tian2013-12-031-7/+7
* MdeMdeModulePkg/Ehci: Add logic to dispatch OHCI driver first if the companio...erictian2012-12-251-17/+18
* Update comments for functions UhciAllocateDev, EhcCreateUsb2Hc and XhcCreateU...li-elvin2012-11-021-0/+1
* Add missing status code in several modules.li-elvin2012-10-301-4/+32
* MdeModulePkg: Fix EHCI module build warning reported by VS2005 tool chain.erictian2012-05-021-2/+2
* MdeModulePkg: Skip to manage usb debug port in EDKII EHCI driver if it's used...erictian2012-04-281-1/+150
* MdeModulePkg: Enable port power if port power control feature is supported by...erictian2011-11-161-2/+13
* Remove CONST modifier to be spec complianceerictian2011-08-241-6/+6
* EHCI Controllers with a CapLen of 0 are ignored.erictian2010-11-261-0/+8
* Update UHCI and ECHI drivers to both Stop and Reset the host controller at Ex...mdkinney2010-05-071-4/+2
* Update the copyright notice formathhtian2010-04-241-2/+2
* roll back the parameter check of AsyncInterruptTransfer() and SyncInterruptTr...erictian2010-03-051-4/+2
* update Ehci driver to distinct pci memory address and host addresserictian2010-02-281-2/+4
* add more comments for gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport.niruiyu2010-02-201-1/+1
* Improve coding style in MdeModulePkg.rsun32010-01-191-4/+4
* add error handling on usb related modules.eric_tian2009-12-161-0/+6
* add comments to clarify the enhancement on EHCI driver, which is guaranteed t...eric_tian2009-08-111-3/+22
* code cleanup:eric_tian2009-07-241-12/+6
* Adding a segment code to make sure that the EHCI controller get attached to t...eric_tian2009-07-231-6/+113
* fixed DMA not be stopped issue when gBS->ExitBootServices called.vanjeff2009-04-101-0/+46
* 1) Fix a typo in EhcMoniteAsyncRequests.qwang122009-02-041-2/+2
* Add description to .inf files.gikidy2008-12-121-1/+1
* Global variables have been moved backward ahead of functions.jji42008-12-031-9/+9
* Make use of correct format String:qwang122008-10-271-1/+1
* modify coding style to pass ecc tool and provide comments that complied with ...eric_tian2008-07-081-210/+181
* Make USB Stack code pass ECC tool check.eric_tian2008-07-021-1/+1
* [Description]:vanjeff2008-06-251-3/+3
* Rename the confusing PCD.qhuang82008-05-061-1/+1
* [Description]:qhuang82008-04-171-1/+3
* [Description]:lgao42008-03-141-1/+2
* 1. Added EFI_MEDIA_CHANGED and EFI_INVALID_PARAMETER returns in UsbMassReadBl...vanjeff2008-02-131-28/+28
* Fixed potential issues to release resources when error occurs.vanjeff2007-11-281-10/+15