summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Usb/UsbKbDxe/KeyBoard.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Usb/Keyboard.c: Don't request protocol before settingSean Rhodes2022-03-031-13/+5
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-429/+432
* MdeModulePkg/Usb: Fix various typosAntoine Coeur2020-02-101-3/+3
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/UsbKb: Don't access key codes when length is wrongRuiyu Ni2018-10-171-0/+4
* MdeModulePkg: Avoid key notification called more than onceDandan Bi2018-09-141-0/+1
* MdeModulePkg/UsbKb: fix shell edit cannot read '!@#$%^&*' charactersRuiyu Ni2018-03-261-1/+2
* MdeModulePkg/UsbKb: ReadKeyStrokeEx always return key stateRuiyu Ni2018-02-011-46/+61
* MdeModulePkg UsbKbDxe: Execute key notify func at TPL_CALLBACKStar Zeng2016-12-261-3/+9
* MdeModulePkg/UsbKbDxe: don't assert when the key read is invalidFeng Tian2016-04-211-5/+10
* Add the backslash to C12 mapping in keyboard layout mapping table to fix the ...niruiyu2013-03-151-1/+2
* MdeMdeModulePkg/Usb: Eliminated the use of Set_Idle request on usb modules.erictian2012-06-251-19/+0
* MdeModulePkg: add support for ORICO PEUS3-2P carderictian2012-03-071-21/+20
* Change the SimpleTextInEx implementation to return CTRL+C when CTRL and C are...niruiyu2011-10-251-12/+0
* 1. Add Partial Keystroke Support in UsbKb drivers. See the Uefi2.3.1a chapter...qianouyang2011-09-301-31/+25
* error handling enhancement for possible null pointer dereferencevanjeff2011-09-231-1/+6
* Roll back r12434.vanjeff2011-09-231-6/+1
* error handling enhancement for possible null pointer dereferenceerictian2011-09-231-1/+6
* Clean up the private GUID definition in module Level.lgao42011-09-181-5/+2
* Fix the issue when checking the value of KeyDescriptor->Modifier to see if it...vanjeff2011-06-021-1/+1
* Update USB keyboard driver to return scan code for Pause key.vanjeff2011-05-161-12/+5
* Fix the USB keyboard driver to call hotkey callback even no one is calling Re...niruiyu2011-04-191-205/+159
* Update the copyright notice formathhtian2010-04-241-2/+2
* Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli242010-01-271-4/+4
* Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ...rsun32010-01-141-3/+3
* add error handling on usb related modules.eric_tian2009-12-161-4/+16
* free allocated memory in error handler.eric_tian2009-08-241-0/+3
* The USB keyboard driver use too high TPL event (Notify) to a ckeck repeated k...gikidy2009-06-111-1/+1
* HII Library Class interface refine.rsun32009-04-141-8/+8
* Install default keyboard layout package in USB keyboard driver.qhuang82009-04-101-135/+169
* Remove bypass of F11 and F12.jji42009-04-031-4/+1
* Pass ECC check.xli242009-02-061-2/+2
* Update for Meta data.xli242009-01-231-3/+1
* Add check for NULL pointer.xli242009-01-221-0/+1
* Minor refinement for USB modules.xli242009-01-131-17/+19
* Update for code security.xli242009-01-131-0/+17
* Check Library usage and fix some typo.gikidy2008-12-261-6/+8
* Code Scrub for UsbKbDxe module.xli242008-12-151-256/+292
* Code Scrub for UsbKbDxe module.xli242008-12-051-157/+176
* Global variables have been moved backward ahead of functions.jji42008-12-031-34/+34
* Rename the reference library class of UsbLib to UefiUsbLib.qhuang82008-11-131-1/+1
* Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...qwang122008-10-301-3/+5
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-4/+1
* remove EFI_EVENT_ alias, replace them with EVT_vanjeff2008-09-041-1/+1
* modify coding style to pass ecc tooleric_tian2008-07-231-0/+1924