]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / UhciDxe / Uhci.c
2021-12-07 Michael KubackiMdeModulePkg: Apply uncrustify changes
2021-12-07 Michael D KinneyMdeModulePkg: Change use of EFI_D_* to DEBUG_*
2019-04-09 Michael D KinneyMdeModulePkg: Replace BSD License with BSD+Patent License
2018-06-28 Liming GaoMdeModulePkg: Clean up source files
2016-10-27 Gary LinMdeModulePkg/Bus: Fix typos in comments
2016-01-06 Hao WuMdeModulePkg UhciDxe: Fix a typo in function description
2015-08-06 Feng TianMdeModulePkg/Usb: Adjust TPL to not block async transfe...
2015-03-12 Feng TianMdeModulePkg/Usb: Remove unnecessary direction restrict...
2014-08-07 Feng Tian1) Add type cast for better coding style.
2014-07-09 Chen FanFixed typos: hanlder should be handler.
2013-12-03 Feng TianMdeModulePkg/Usb: All h/w related stop operation at...
2012-11-02 li-elvinUpdate comments for functions UhciAllocateDev, EhcCreat...
2012-10-30 li-elvinAdd missing status code in several modules.
2011-08-24 erictianRemove CONST modifier to be spec compliance
2010-05-07 mdkinneyUpdate UHCI and ECHI drivers to both Stop and Reset...
2010-04-24 hhtianUpdate the copyright notice format
2010-03-20 lgao4Fix compile break on IA32 arch.
2010-03-19 erictianFix a bug that usb keybarod can not work well when...
2010-01-19 rsun3Improve coding style in MdeModulePkg.
2009-09-30 eric_tianFor the data region which will be touched by Pci Bus...
2009-09-14 eric_tianIn various archs, Processor memory address may not...
2009-07-24 eric_tiancode cleanup:
2009-04-10 vanjefffixed DMA not be stopped issue when gBS->ExitBootServic...
2009-02-04 qwang123) Doxygen comment cleanup.
2009-02-02 eric_tianadd parameter check logic to clean up Klocwork warning.
2008-12-26 jji4Library usage checked
2008-12-18 jji4check the usage of %d,%x,%ld,%lx and so on in debug...
2008-12-03 jji4Global variables have been moved backward ahead of...
2008-07-09 eric_tianmodify coding style to pass ecc tool and provide commen...
2008-07-02 eric_tianMake USB Stack code pass ECC tool check.
2008-06-25 vanjeff[Description]:
2008-05-06 qhuang8Rename the confusing PCD.
2008-04-17 qhuang8[Description]:
2008-03-14 lgao4[Description]:
2008-02-13 vanjeff1. Added EFI_MEDIA_CHANGED and EFI_INVALID_PARAMETER...
2008-01-24 vanjefffixed comments problem.
2008-01-23 vanjeff1. Remove USB HC Protocol installing from Uhci module...
2007-11-28 vanjeffFixed potential issues to release resources when error...
2007-10-25 vanjeffSave original PCI attributes in start() function and...
2007-10-15 lgao4Remove the special logic on EFI_PCI_DEVICE_ENABLE in...
2007-10-08 yshang1Fixed unexpected timeout in Usb MassStorage Driver.
2007-09-30 qhuang8Update to support to produce Component Name and &...
2007-08-27 vanjeff1. Sync Tcp4 protocol definitions to match UEFI 2.1
2007-07-17 vanjeff1. Fixed tools_def.template to meet ICC build for IA32
2007-07-11 vanjeffImport EhciDxe and UhciDxe into MdeModulePkg.