summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* error handling enhancement for possible null pointer dereferencevanjeff2011-09-232-10/+18
* Roll back r12434.vanjeff2011-09-232-18/+10
* error handling enhancement for possible null pointer dereferenceerictian2011-09-232-10/+18
* Coding style refinement.erictian2011-09-212-1/+4
* Clean up the private GUID definition in module Level.lgao42011-09-186-29/+13
* 1) remove wrong global variable usage because it will bring data corrupt if t...erictian2011-09-143-22/+28
* MdeModulePkg/UsbBusDxe: Removed unused variableoliviermartin2011-09-131-2/+0
* Fixed build error reported by ICC and GCCerictian2011-08-251-1/+1
* Error handling refinement at UsbIoResetPort() to avoid device state machine g...erictian2011-08-251-12/+10
* Enabling usb3.0 XHCI support.erictian2011-08-236-84/+231
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-068-14/+14
* MdeModulePkg: Add PEI USB drivers and related PPIsjljusten2011-06-2717-0/+6065
* fix file name lowercase/uppercase inconsistent issue.erictian2011-06-141-2/+2
* fix file name lowercase/uppercase inconsistent issue.erictian2011-06-141-0/+0
* fix file name lowercase/uppercase inconsistent issue.erictian2011-06-141-0/+0
* Produce DiskInfo for usb mass storage deviceerictian2011-06-1313-46/+351
* Fix X64 clang warnings.andrewfish2011-06-041-1/+1
* Fix the issue when checking the value of KeyDescriptor->Modifier to see if it...vanjeff2011-06-021-1/+1
* Add more status code in drivers.li-elvin2011-05-263-3/+6
* Update USB keyboard driver to return scan code for Pause key.vanjeff2011-05-161-12/+5
* Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the B...niruiyu2011-04-251-35/+41
* Fix the USB keyboard driver to call hotkey callback even no one is calling Re...niruiyu2011-04-194-397/+300
* 1. update MatchUsbWwid() to check Vendor Id, Product Id and Interface Number. xdu22010-12-243-19/+48
* return EFI_DEVICE_ERROR if the Status value is not EFI_SUCCESS.erictian2010-10-192-5/+5
* set the interface of usb hid device to boot protocol if it's not in such case.erictian2010-10-182-2/+2
* Refine code to make code run safely.ydong102010-09-161-2/+2
* Refine soma code to make code run safely.ydong102010-09-151-8/+8
* raise TPL to TPL_CALLBACK level at DriverBindingStart() for all usb-related m...erictian2010-05-054-7/+31
* Update the copyright notice formathhtian2010-04-2438-76/+76
* Use SimpleTextInEx.Reset to initialize correctly KeyToggleStatue and KeyShift...erictian2010-04-191-4/+4
* 1. Correct File header to ## @filelgao42010-02-245-18/+18
* 1. free those inserted NsKeyNode resource when releasing SetKeyBoardLayout ev...erictian2010-02-111-3/+1
* Coding style fix and minor improvements.rsun32010-02-114-26/+26
* Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli242010-01-279-55/+26
* Improve coding style in MdeModulePkg.rsun32010-01-1910-332/+320
* Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ...rsun32010-01-144-18/+18
* add error handling on usb related modules.eric_tian2009-12-166-16/+55
* MdeModulePkg-UsbBusDxe: Add work around for slower USB hubs/devicesjljusten2009-10-051-3/+6
* updated the Bus Driver that is able to create all or one of its child handles...vanjeff2009-09-142-49/+87
* In various archs, Processor memory address may not be same with Pci memory ad...eric_tian2009-09-141-2/+2
* free allocated memory in error handler.eric_tian2009-08-242-0/+9
* add error handler in return places.eric_tian2009-08-191-16/+51
* modify the incorrect timeout value definitions in Usb drivereric_tian2009-08-191-3/+3
* Fixed a bug that the system hangs with an assert in DiskIo.c that is division...rsun32009-07-231-2/+8
* The USB keyboard driver use too high TPL event (Notify) to a ckeck repeated k...gikidy2009-06-111-1/+1
* Update USB Mass Storage driver to declare its dependency on the BaseLibmdkinney2009-05-202-0/+2