summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Usb
AgeCommit message (Expand)AuthorFilesLines
2011-08-25Fixed build error reported by ICC and GCCerictian1-1/+1
2011-08-25Error handling refinement at UsbIoResetPort() to avoid device state machine g...erictian1-12/+10
2011-08-23Enabling usb3.0 XHCI support.erictian6-84/+231
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu8-14/+14
2011-06-27MdeModulePkg: Add PEI USB drivers and related PPIsjljusten17-0/+6065
2011-06-14fix file name lowercase/uppercase inconsistent issue.erictian1-2/+2
2011-06-14fix file name lowercase/uppercase inconsistent issue.erictian1-0/+0
2011-06-14fix file name lowercase/uppercase inconsistent issue.erictian1-0/+0
2011-06-13Produce DiskInfo for usb mass storage deviceerictian13-46/+351
2011-06-04Fix X64 clang warnings.andrewfish1-1/+1
2011-06-02Fix the issue when checking the value of KeyDescriptor->Modifier to see if it...vanjeff1-1/+1
2011-05-26Add more status code in drivers.li-elvin3-3/+6
2011-05-16Update USB keyboard driver to return scan code for Pause key.vanjeff1-12/+5
2011-04-25Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the B...niruiyu1-35/+41
2011-04-19Fix the USB keyboard driver to call hotkey callback even no one is calling Re...niruiyu4-397/+300
2010-12-241. update MatchUsbWwid() to check Vendor Id, Product Id and Interface Number. xdu23-19/+48
2010-10-19return EFI_DEVICE_ERROR if the Status value is not EFI_SUCCESS.erictian2-5/+5
2010-10-18set the interface of usb hid device to boot protocol if it's not in such case.erictian2-2/+2
2010-09-16Refine code to make code run safely.ydong101-2/+2
2010-09-15Refine soma code to make code run safely.ydong101-8/+8
2010-05-05raise TPL to TPL_CALLBACK level at DriverBindingStart() for all usb-related m...erictian4-7/+31
2010-04-24Update the copyright notice formathhtian38-76/+76
2010-04-19Use SimpleTextInEx.Reset to initialize correctly KeyToggleStatue and KeyShift...erictian1-4/+4
2010-02-241. Correct File header to ## @filelgao45-18/+18
2010-02-111. free those inserted NsKeyNode resource when releasing SetKeyBoardLayout ev...erictian1-3/+1
2010-02-11Coding style fix and minor improvements.rsun34-26/+26
2010-01-27Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli249-55/+26
2010-01-19Improve coding style in MdeModulePkg.rsun310-332/+320
2010-01-14Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ...rsun34-18/+18
2009-12-16add error handling on usb related modules.eric_tian6-16/+55
2009-10-05MdeModulePkg-UsbBusDxe: Add work around for slower USB hubs/devicesjljusten1-3/+6
2009-09-14updated the Bus Driver that is able to create all or one of its child handles...vanjeff2-49/+87
2009-09-14In various archs, Processor memory address may not be same with Pci memory ad...eric_tian1-2/+2
2009-08-24free allocated memory in error handler.eric_tian2-0/+9
2009-08-19add error handler in return places.eric_tian1-16/+51
2009-08-19modify the incorrect timeout value definitions in Usb drivereric_tian1-3/+3
2009-07-23Fixed a bug that the system hangs with an assert in DiskIo.c that is division...rsun31-2/+8
2009-06-11The USB keyboard driver use too high TPL event (Notify) to a ckeck repeated k...gikidy1-1/+1
2009-05-20Update USB Mass Storage driver to declare its dependency on the BaseLibmdkinney2-0/+2
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy9-20/+20
2009-04-14HII Library Class interface refine.rsun31-8/+8
2009-04-10Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten1-1/+2
2009-04-10Install default keyboard layout package in USB keyboard driver.qhuang85-142/+230
2009-04-07return value not follow spec.vanjeff1-2/+4
2009-04-03Remove bypass of F11 and F12.jji41-4/+1
2009-03-04add check for invalid handle.vanjeff1-0/+4
2009-02-25updateeric_tian1-4/+4
2009-02-25Retired gSimpleTextInExNotifyGuid, used local structure address to be notify ...vanjeff3-40/+3
2009-02-231. Retired HotPlugDevice protocol.vanjeff3-13/+2
2009-02-13enhanced security check.vanjeff1-4/+4