]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / EhciDxe / Ehci.c
2022-12-08 Rebecca CranMdeModulePkg: Put USB DEBUGs that occur for bulk timeou...
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-11-07 Star ZengRevert "EhciDxe: Use common buffer for AsyncInterruptTr...
2018-10-28 Star ZengMdeModulePkg EhciDxe: Use common buffer for AsyncInterr...
2018-10-28 Star ZengMdeModulePkg EhciDxe: Extract new EhciInsertAsyncIntTra...
2018-09-06 Laszlo ErsekMdeModulePkg/EhciDxe: factor out EhcIsDebugPortInUse()
2018-09-05 Laszlo ErsekMdeModulePkg/EhciDxe: fix host controller reset conditi...
2018-06-28 Liming GaoMdeModulePkg: Clean up source files
2018-01-16 Ruiyu NiMdeModulePkg/EhciDxe: call EhcFreeUrb when int-transfer...
2016-10-27 Gary LinMdeModulePkg/Bus: Fix typos in comments
2016-09-06 Ard BiesheuvelMdeModulePkg/EhciDxe: enable 64-bit PCI DMA
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-12-25 erictianMdeMdeModulePkg/Ehci: Add logic to dispatch OHCI driver...
2012-11-02 li-elvinUpdate comments for functions UhciAllocateDev, EhcCreat...
2012-10-30 li-elvinAdd missing status code in several modules.
2012-05-02 erictianMdeModulePkg: Fix EHCI module build warning reported...
2012-04-28 erictianMdeModulePkg: Skip to manage usb debug port in EDKII...
2011-11-16 erictianMdeModulePkg: Enable port power if port power control...
2011-08-24 erictianRemove CONST modifier to be spec compliance
2010-11-26 erictianEHCI Controllers with a CapLen of 0 are ignored.
2010-05-07 mdkinneyUpdate UHCI and ECHI drivers to both Stop and Reset...
2010-04-24 hhtianUpdate the copyright notice format
2010-03-05 erictianroll back the parameter check of AsyncInterruptTransfer...
2010-02-28 erictianupdate Ehci driver to distinct pci memory address and...
2010-02-20 niruiyuadd more comments for gEfiMdeModulePkgTokenSpaceGuid...
2010-01-19 rsun3Improve coding style in MdeModulePkg.
2009-12-16 eric_tianadd error handling on usb related modules.
2009-08-11 eric_tianadd comments to clarify the enhancement on EHCI driver...
2009-07-24 eric_tiancode cleanup:
2009-07-23 eric_tianAdding a segment code to make sure that the EHCI contro...
2009-04-10 vanjefffixed DMA not be stopped issue when gBS->ExitBootServic...
2009-02-04 qwang121) Fix a typo in EhcMoniteAsyncRequests.
2008-12-12 gikidyAdd description to .inf files.
2008-12-03 jji4Global variables have been moved backward ahead of...
2008-10-27 qwang12Make use of correct format String:
2008-07-08 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...
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.