summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Usb
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/UsbBusDxe: Fix memory leakAlcantara, Paulo2016-02-241-0/+2
* MdeModulePkg/UsbAbsPointer:Fix GetState() to return absolute valueRuiyu Ni2016-02-031-15/+39
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-1514-0/+0
* MdeModulePkg/Usb: Adjust TPL to not block async transfer during usb enum.Feng Tian2015-08-061-4/+4
* MdeModulePkg/UsbBotPei: Add RecoveryBlockIo2Ppi supportFeng Tian2015-05-205-41/+380
* MdeModulePkg: list ARM and AARCH64 as valid architectures for some modulesLaszlo Ersek2015-02-232-2/+2
* MdeModulePkg/UsbBotPei: Correct wrong media type detection logic in UsbBotPeiFeng Tian2015-01-271-5/+7
* MdeModulePkg: remove usb defined infojaben carsey2014-11-241-23/+1
* MdeModulePkg/UsbBusDxe: Update Device->NumOfInterface at error handling path ...Feng Tian2014-09-181-1/+2
* MdeModulePkg XhciPei/UsbBusPei: Enhance code for better device compatibility.Star Zeng2014-09-152-0/+14
* MdeModulePkg/UsbBusDxe: Fixed Clang build error.Nikolai Saoukh2014-09-102-2/+2
* MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2014-09-037-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-2814-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-287-75/+63
* MdeModulePkg/UsbBusDxe: Fix a bug about the alternate setting number which sh...Feng Tian2014-08-271-2/+2
* MdeModulePkg XhciPei/UsbBusPei: Add XHCI recovery support.Star Zeng2014-07-027-224/+491
* MdeModulePkg/UsbMassStorage: Don't send READ_CAPACITY to unsupported usb mass...Tian, Feng2014-04-102-63/+32
* MdeModulePkg UsbBusPei: Produce a USB I/O PPI for all USB Interfaces a USB De...Star Zeng2014-02-112-38/+125
* MdeModulePkg UsbBotPei: The UsbBotPei module contains the private structure d...Star Zeng2014-01-266-254/+67
* MdeModulePkg/Usb: All h/w related stop operation at DriverBindingStop() shoul...Feng Tian2013-12-031-36/+45
* MdeModulePkg/UsbBus&XhciDxe: Solve a bug that 2 or more tiers SS hubs with SS...Feng Tian2013-11-221-0/+19
* MdeModulePkg/UsbBus: Stop parsing descriptor if some of descriptor fields are...Feng Tian2013-11-191-12/+20
* MdeMdeModulePkg/UsbBusDxe: If DisconnectController() returns an error the USB...Feng Tian2013-10-304-19/+64
* Fix several DEBUG_ERROR messages that are unnecessarily verbose. Several of t...Samer El-Haj-Mahmoud2013-10-082-2/+2
* MdeModulePkg/Usb: Boost the r/w performance by reducing stall time on polling...Feng Tian2013-06-242-6/+14
* MdeMdeModulePkg/UsbBusDxe: Break device enumeration process if the device des...erictian2013-05-101-3/+6
* MdeMdeModulePkg/UsbBusDxe: Fixed a possible memory leak bug introduced at r14226erictian2013-04-071-5/+14
* MdeMdeModulePkg/Usb: two tunings for better device identification behind huberictian2013-03-293-6/+21
* MdeMdeModulePkg/Usb: Fixed two usb issueserictian2013-03-292-7/+4
* Add the backslash to C12 mapping in keyboard layout mapping table to fix the ...niruiyu2013-03-152-3/+4
* Refine the code to avoid error report.ydong102013-02-211-1/+2
* Fix build failure.li-elvin2012-10-311-3/+3
* Add missing status code in several modules.li-elvin2012-10-305-2/+104
* MdeModulePkg/UsbBusDxe: Timing tunning for better boot performance.erictian2012-10-103-8/+13
* Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu2012-07-302-10/+8
* MdeMdeModulePkg/Usb: Eliminated the use of Set_Idle request on usb modules.erictian2012-06-253-57/+0
* MdeMdeModulePkg/Usb: Coding style alignmenterictian2012-06-182-4/+4
* MdeMdeModulePkg/Usb: Fixed a build error in UsbMouseDxe and UsbMouseAbsoluteP...erictian2012-06-142-4/+4
* MdeModulePkg/UsbMouse: Get HID descriptor from the return of Get_Desc(Configu...erictian2012-06-134-34/+186
* Remove the check of signature because the code which looks for the input Noti...niruiyu2012-05-241-5/+1
* MdeModulePkg/UsbMassStorage: Add 16 byte SCSI cmds support if the last LBA ca...erictian2012-05-144-7/+295
* MdeModulePkg: Enlarge timeout value to wait set_address request success for l...erictian2012-04-281-3/+3
* MdeModulePkg/UsbBusDxe:Correct typos in usb debug messageerictian2012-03-301-2/+2
* MdeModulePkg/XhciDxe: Event Ring traverse algorithm enhancement to avoid that...erictian2012-03-272-8/+2
* MdeModulePkg: add support for ORICO PEUS3-2P carderictian2012-03-073-41/+34
* MdeModulePkg: The patch eliminates two assumptionserictian2011-11-251-1/+0
* MdeModulePkg: Remove variables that are set, but not usedjljusten2011-10-311-2/+0
* Change the SimpleTextInEx implementation to return CTRL+C when CTRL and C are...niruiyu2011-10-252-12/+12
* 1. Add Partial Keystroke Support in UsbKb drivers. See the Uefi2.3.1a chapter...qianouyang2011-09-303-84/+130
* remove unnecessary retry logic from usb mass storage driver.erictian2011-09-293-44/+48