summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Fix conditionally uninitialized variablesMichael Kubacki2023-04-031-9/+15
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-439/+419
* MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-071-3/+2
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-3/+3
* MdeModulePkg/Bus: Fix typos in commentsGary Lin2016-10-271-1/+1
* MdeModulePkg UhciDxe: Fix a typo in function descriptionHao Wu2016-01-061-1/+1
* 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-6/+11
* 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-5/+32
* Remove CONST modifier to be spec complianceerictian2011-08-241-6/+6
* Update UHCI and ECHI drivers to both Stop and Reset the host controller at Ex...mdkinney2010-05-071-1/+5
* Update the copyright notice formathhtian2010-04-241-2/+2
* Fix compile break on IA32 arch.lgao42010-03-201-1/+1
* Fix a bug that usb keybarod can not work well when it is inserted at a usb 2....erictian2010-03-191-27/+11
* Improve coding style in MdeModulePkg.rsun32010-01-191-2/+2
* For the data region which will be touched by Pci Bus Master, we should alloca...eric_tian2009-09-301-1/+1
* In various archs, Processor memory address may not be same with Pci memory ad...eric_tian2009-09-141-5/+10
* code cleanup:eric_tian2009-07-241-2/+2
* fixed DMA not be stopped issue when gBS->ExitBootServices called.vanjeff2009-04-101-1/+53
* 3) Doxygen comment cleanup.qwang122009-02-041-4/+0
* add parameter check logic to clean up Klocwork warning.eric_tian2009-02-021-2/+9
* Library usage checkedjji42008-12-261-2/+2
* check the usage of %d,%x,%ld,%lx and so on in debug print statement.jji42008-12-181-1/+1
* Global variables have been moved backward ahead of functions.jji42008-12-031-8/+10
* modify coding style to pass ecc tool and provide comments that complied with ...eric_tian2008-07-091-229/+195
* Make USB Stack code pass ECC tool check.eric_tian2008-07-021-1/+1
* [Description]:vanjeff2008-06-251-3/+4
* Rename the confusing PCD.qhuang82008-05-061-1/+1
* [Description]:qhuang82008-04-171-1/+3
* [Description]:lgao42008-03-141-1/+5
* 1. Added EFI_MEDIA_CHANGED and EFI_INVALID_PARAMETER returns in UsbMassReadBl...vanjeff2008-02-131-2/+2
* fixed comments problem.vanjeff2008-01-241-2/+2
* 1. Remove USB HC Protocol installing from Uhci module. It only installs USB2 ...vanjeff2008-01-231-758/+224
* Fixed potential issues to release resources when error occurs.vanjeff2007-11-281-10/+15
* Save original PCI attributes in start() function and restore it in Stop() for...vanjeff2007-10-251-24/+46
* Remove the special logic on EFI_PCI_DEVICE_ENABLE in PciBus driver. And updat...lgao42007-10-151-5/+23
* Fixed unexpected timeout in Usb MassStorage Driver.yshang12007-10-081-26/+15
* Update to support to produce Component Name and & Component Name 2 protocol ...qhuang82007-09-301-5/+13
* 1. Sync Tcp4 protocol definitions to match UEFI 2.1vanjeff2007-08-271-2/+0
* 1. Fixed tools_def.template to meet ICC build for IA32vanjeff2007-07-171-7/+7
* Import EhciDxe and UhciDxe into MdeModulePkg.vanjeff2007-07-111-0/+2331