summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbDesc.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Improve formatting of DEBUG messages in UsbBusDxeRebecca Cran2023-03-071-3/+3
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-186/+180
* MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-071-13/+13
* MdeModulePkg/UsbBusDxe: Fix a typoPhilippe Mathieu-Daudé2020-02-101-1/+1
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/UsbBusDxe: Add missing "return NULL" in UsbCreateDesc()Ruiyu Ni2018-10-301-0/+1
* MdeModulePkg/UsbBus: Removing trailing spacesRuiyu Ni2018-10-251-2/+2
* MdeModulePkg/UsbBus: Deny when the string descriptor length is oddRuiyu Ni2018-10-171-1/+7
* MdeModulePkg/UsbBus: Reject descriptor whose length is badRuiyu Ni2018-10-171-0/+7
* MdeModulePkg/UsbBus: Fix out-of-bound read access to descriptorsRuiyu Ni2018-10-171-12/+43
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-3/+3
* MdeModulePkg/UsbBusDxe: Fixed USB descriptor length checkEvgeny Yakovlev2016-06-291-2/+2
* MdeModulePkg/Usb: Fix wrong condition judgment to support usb3.1 devFeng Tian2016-04-211-2/+2
* MdeModulePkg/UsbBus: Stop parsing descriptor if some of descriptor fields are...Feng Tian2013-11-191-12/+20
* Fix several DEBUG_ERROR messages that are unnecessarily verbose. Several of t...Samer El-Haj-Mahmoud2013-10-081-1/+1
* MdeMdeModulePkg/UsbBusDxe: Break device enumeration process if the device des...erictian2013-05-101-3/+6
* MdeMdeModulePkg/Usb: Fixed two usb issueserictian2013-03-291-3/+3
* Enabling usb3.0 XHCI support.erictian2011-08-231-2/+4
* Fix X64 clang warnings.andrewfish2011-06-041-1/+1
* Refine code to make code run safely.ydong102010-09-161-2/+2
* Update the copyright notice formathhtian2010-04-241-2/+2
* add error handling on usb related modules.eric_tian2009-12-161-3/+15
* 3) Doxygen comment cleanup.qwang122009-02-041-6/+0
* Check Library usage and fix some typo.gikidy2008-12-261-23/+20
* check the usage of %d,%x,%ld,%lx and so on in debug print statement.jji42008-12-181-4/+4
* modify coding style to pass ecc tool and provide comments that complied with ...eric_tian2008-07-091-107/+78
* Fixed unexpected timeout in Usb MassStorage Driver.yshang12007-10-081-3/+3
* Merge in some fix from R8 on USB Bus driver:qwang122007-08-201-15/+15
* Import Usb/UsbBusDxe and Usb/UsbMassStorageDxe into MdeModulePkg.vanjeff2007-07-111-0/+991