summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Usb/UsbKbDxe
AgeCommit message (Expand)AuthorFilesLines
2018-06-28MdeModulePkg: Clean up source filesLiming Gao4-11/+11
2018-03-26MdeModulePkg/UsbKb: fix shell edit cannot read '!@#$%^&*' charactersRuiyu Ni1-1/+2
2018-02-01MdeModulePkg/UsbKb: ReadKeyStrokeEx always return key stateRuiyu Ni3-48/+77
2017-06-20MdeModulePkg: Update comments in SimpleTextInEx according to UEFI 2.7Dandan Bi2-8/+16
2016-12-26MdeModulePkg UsbKbDxe: Execute key notify func at TPL_CALLBACKStar Zeng3-5/+92
2016-04-21MdeModulePkg/UsbKbDxe: don't assert when the key read is invalidFeng Tian1-5/+10
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-02-23MdeModulePkg: list ARM and AARCH64 as valid architectures for some modulesLaszlo Ersek1-1/+1
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-27/+14
2013-03-15Add the backslash to C12 mapping in keyboard layout mapping table to fix the ...niruiyu2-3/+4
2012-10-30Add missing status code in several modules.li-elvin1-0/+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.erictian1-19/+0
2012-05-24Remove the check of signature because the code which looks for the input Noti...niruiyu1-5/+1
2012-03-07MdeModulePkg: add support for ORICO PEUS3-2P carderictian1-21/+20
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-23error handling enhancement for possible null pointer dereferencevanjeff1-1/+6
2011-09-23Roll back r12434.vanjeff1-6/+1
2011-09-23error handling enhancement for possible null pointer dereferenceerictian1-1/+6
2011-09-18Clean up the private GUID definition in module Level.lgao44-15/+5
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu1-2/+2
2011-06-02Fix the issue when checking the value of KeyDescriptor->Modifier to see if it...vanjeff1-1/+1
2011-05-16Update USB keyboard driver to return scan code for Pause key.vanjeff1-12/+5
2011-04-19Fix the USB keyboard driver to call hotkey callback even no one is calling Re...niruiyu4-397/+300
2010-05-05raise TPL to TPL_CALLBACK level at DriverBindingStart() for all usb-related m...erictian1-1/+8
2010-04-24Update the copyright notice formathhtian5-10/+10
2010-04-19Use SimpleTextInEx.Reset to initialize correctly KeyToggleStatue and KeyShift...erictian1-4/+4
2010-02-241. Correct File header to ## @filelgao41-4/+4
2010-02-111. free those inserted NsKeyNode resource when releasing SetKeyBoardLayout ev...erictian1-3/+1
2010-01-27Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli243-23/+12
2010-01-14Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ...rsun32-8/+8
2009-12-16add error handling on usb related modules.eric_tian1-4/+16
2009-08-24free allocated memory in error handler.eric_tian2-0/+9
2009-06-11The USB keyboard driver use too high TPL event (Notify) to a ckeck repeated k...gikidy1-1/+1
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy2-4/+4
2009-04-14HII Library Class interface refine.rsun31-8/+8
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-25Retired gSimpleTextInExNotifyGuid, used local structure address to be notify ...vanjeff3-40/+3
2009-02-231. Retired HotPlugDevice protocol.vanjeff3-13/+2
2009-02-06Pass ECC check.xli241-2/+2
2009-01-23Update for Meta data.xli243-17/+56
2009-01-22Add check for NULL pointer.xli241-0/+1
2009-01-161.Moved HotPlugDevice.h & SimpleTextInNotify.h from /Guid to /Protocolgikidy2-7/+6
2009-01-13Minor refinement for USB modules.xli243-25/+27