summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Usb/UsbKbDxe/KeyBoard.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-03MdeModulePkg/Usb/Keyboard.c: Don't request protocol before settingSean Rhodes1-13/+5
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-429/+432
2020-02-10MdeModulePkg/Usb: Fix various typosAntoine Coeur1-3/+3
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-10-17MdeModulePkg/UsbKb: Don't access key codes when length is wrongRuiyu Ni1-0/+4
2018-09-14MdeModulePkg: Avoid key notification called more than onceDandan Bi1-0/+1
2018-03-26MdeModulePkg/UsbKb: fix shell edit cannot read '!@#$%^&*' charactersRuiyu Ni1-1/+2
2018-02-01MdeModulePkg/UsbKb: ReadKeyStrokeEx always return key stateRuiyu Ni1-46/+61
2016-12-26MdeModulePkg UsbKbDxe: Execute key notify func at TPL_CALLBACKStar Zeng1-3/+9
2016-04-21MdeModulePkg/UsbKbDxe: don't assert when the key read is invalidFeng Tian1-5/+10
2013-03-15Add the backslash to C12 mapping in keyboard layout mapping table to fix the ...niruiyu1-1/+2
2012-06-25MdeMdeModulePkg/Usb: Eliminated the use of Set_Idle request on usb modules.erictian1-19/+0
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...niruiyu1-12/+0
2011-09-301. Add Partial Keystroke Support in UsbKb drivers. See the Uefi2.3.1a chapter...qianouyang1-31/+25
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.lgao41-5/+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...niruiyu1-205/+159
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-01-27Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli241-4/+4
2010-01-14Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ...rsun31-3/+3
2009-12-16add error handling on usb related modules.eric_tian1-4/+16
2009-08-24free allocated memory in error handler.eric_tian1-0/+3
2009-06-11The USB keyboard driver use too high TPL event (Notify) to a ckeck repeated k...gikidy1-1/+1
2009-04-14HII Library Class interface refine.rsun31-8/+8
2009-04-10Install default keyboard layout package in USB keyboard driver.qhuang81-135/+169
2009-04-03Remove bypass of F11 and F12.jji41-4/+1
2009-02-06Pass ECC check.xli241-2/+2
2009-01-23Update for Meta data.xli241-3/+1
2009-01-22Add check for NULL pointer.xli241-0/+1
2009-01-13Minor refinement for USB modules.xli241-17/+19
2009-01-13Update for code security.xli241-0/+17
2008-12-26Check Library usage and fix some typo.gikidy1-6/+8
2008-12-15Code Scrub for UsbKbDxe module.xli241-256/+292
2008-12-05Code Scrub for UsbKbDxe module.xli241-157/+176
2008-12-03Global variables have been moved backward ahead of functions.jji41-34/+34
2008-11-13Rename the reference library class of UsbLib to UefiUsbLib.qhuang81-1/+1
2008-10-30Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...qwang121-3/+5
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-4/+1
2008-09-04remove EFI_EVENT_ alias, replace them with EVT_vanjeff1-1/+1
2008-07-23modify coding style to pass ecc tooleric_tian1-0/+1924