summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Usb
AgeCommit message (Expand)AuthorFilesLines
2012-10-31Fix build failure.li-elvin1-3/+3
2012-10-30Add missing status code in several modules.li-elvin5-2/+104
2012-10-10MdeModulePkg/UsbBusDxe: Timing tunning for better boot performance.erictian3-8/+13
2012-07-30Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu2-10/+8
2012-06-25MdeMdeModulePkg/Usb: Eliminated the use of Set_Idle request on usb modules.erictian3-57/+0
2012-06-18MdeMdeModulePkg/Usb: Coding style alignmenterictian2-4/+4
2012-06-14MdeMdeModulePkg/Usb: Fixed a build error in UsbMouseDxe and UsbMouseAbsoluteP...erictian2-4/+4
2012-06-13MdeModulePkg/UsbMouse: Get HID descriptor from the return of Get_Desc(Configu...erictian4-34/+186
2012-05-24Remove the check of signature because the code which looks for the input Noti...niruiyu1-5/+1
2012-05-14MdeModulePkg/UsbMassStorage: Add 16 byte SCSI cmds support if the last LBA ca...erictian4-7/+295
2012-04-28MdeModulePkg: Enlarge timeout value to wait set_address request success for l...erictian1-3/+3
2012-03-30MdeModulePkg/UsbBusDxe:Correct typos in usb debug messageerictian1-2/+2
2012-03-27MdeModulePkg/XhciDxe: Event Ring traverse algorithm enhancement to avoid that...erictian2-8/+2
2012-03-07MdeModulePkg: add support for ORICO PEUS3-2P carderictian3-41/+34
2011-11-25MdeModulePkg: The patch eliminates two assumptionserictian1-1/+0
2011-10-31MdeModulePkg: Remove variables that are set, but not usedjljusten1-2/+0
2011-10-25Change the SimpleTextInEx implementation to return CTRL+C when CTRL and C are...niruiyu2-12/+12
2011-09-301. Add Partial Keystroke Support in UsbKb drivers. See the Uefi2.3.1a chapter...qianouyang3-84/+130
2011-09-29remove unnecessary retry logic from usb mass storage driver.erictian3-44/+48
2011-09-23error handling enhancement for possible null pointer dereferencevanjeff2-10/+18
2011-09-23Roll back r12434.vanjeff2-18/+10
2011-09-23error handling enhancement for possible null pointer dereferenceerictian2-10/+18
2011-09-21Coding style refinement.erictian2-1/+4
2011-09-18Clean up the private GUID definition in module Level.lgao46-29/+13
2011-09-141) remove wrong global variable usage because it will bring data corrupt if t...erictian3-22/+28
2011-09-13MdeModulePkg/UsbBusDxe: Removed unused variableoliviermartin1-2/+0
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