summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Usb
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/UsbBotPei: Fix undefined behavior in signed left shiftHao Wu2017-04-131-3/+3
* MdeModulePkg UsbKbDxe: Execute key notify func at TPL_CALLBACKStar Zeng2016-12-263-5/+92
* MdeModulePkg/UsbMass: Revert changes of removing retry logicFeng Tian2016-11-142-12/+3
* MdeModulePkg/UsbBusDxe: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-271-2/+2
* MdeModulePkg/Bus: Fix typos in commentsGary Lin2016-10-273-4/+4
* MdeModulePkg/UsbMass: Not retry if usb bot transfer execution failFeng Tian2016-08-032-4/+13
* MdeModulePkg/UsbBus: reduce the port status polling before port resetFeng Tian2016-07-252-29/+19
* MdeModulePkg/UsbBus: remove redundant host controller reset in UsbBusFeng Tian2016-07-251-4/+1
* MdeModulePkg/UsbBusDxe: Fixed USB descriptor length checkEvgeny Yakovlev2016-06-291-2/+2
* MdeModulePkg/UsbMouseAbsolutePointerDxe: fix VS2015 NOOPT build errorFeng Tian2016-05-121-4/+4
* MdeModulePkg/Usb: Fix wrong condition judgment to support usb3.1 devFeng Tian2016-04-212-4/+4
* MdeModulePkg/UsbKbDxe: don't assert when the key read is invalidFeng Tian2016-04-211-5/+10
* 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