summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbDesc.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-07MdeModulePkg: Improve formatting of DEBUG messages in UsbBusDxeRebecca Cran1-3/+3
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-186/+180
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-13/+13
2020-02-10MdeModulePkg/UsbBusDxe: Fix a typoPhilippe Mathieu-Daudé1-1/+1
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-10-30MdeModulePkg/UsbBusDxe: Add missing "return NULL" in UsbCreateDesc()Ruiyu Ni1-0/+1
2018-10-25MdeModulePkg/UsbBus: Removing trailing spacesRuiyu Ni1-2/+2
2018-10-17MdeModulePkg/UsbBus: Deny when the string descriptor length is oddRuiyu Ni1-1/+7
2018-10-17MdeModulePkg/UsbBus: Reject descriptor whose length is badRuiyu Ni1-0/+7
2018-10-17MdeModulePkg/UsbBus: Fix out-of-bound read access to descriptorsRuiyu Ni1-12/+43
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-3/+3
2016-06-29MdeModulePkg/UsbBusDxe: Fixed USB descriptor length checkEvgeny Yakovlev1-2/+2
2016-04-21MdeModulePkg/Usb: Fix wrong condition judgment to support usb3.1 devFeng Tian1-2/+2
2013-11-19MdeModulePkg/UsbBus: Stop parsing descriptor if some of descriptor fields are...Feng Tian1-12/+20
2013-10-08Fix several DEBUG_ERROR messages that are unnecessarily verbose. Several of t...Samer El-Haj-Mahmoud1-1/+1
2013-05-10MdeMdeModulePkg/UsbBusDxe: Break device enumeration process if the device des...erictian1-3/+6
2013-03-29MdeMdeModulePkg/Usb: Fixed two usb issueserictian1-3/+3
2011-08-23Enabling usb3.0 XHCI support.erictian1-2/+4
2011-06-04Fix X64 clang warnings.andrewfish1-1/+1
2010-09-16Refine code to make code run safely.ydong101-2/+2
2010-04-24Update the copyright notice formathhtian1-2/+2
2009-12-16add error handling on usb related modules.eric_tian1-3/+15
2009-02-043) Doxygen comment cleanup.qwang121-6/+0
2008-12-26Check Library usage and fix some typo.gikidy1-23/+20
2008-12-18check the usage of %d,%x,%ld,%lx and so on in debug print statement.jji41-4/+4
2008-07-09modify coding style to pass ecc tool and provide comments that complied with ...eric_tian1-107/+78
2007-10-08Fixed unexpected timeout in Usb MassStorage Driver.yshang11-3/+3
2007-08-20Merge in some fix from R8 on USB Bus driver:qwang121-15/+15
2007-07-11Import Usb/UsbBusDxe and Usb/UsbMassStorageDxe into MdeModulePkg.vanjeff1-0/+991