summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Usb/UsbKbDxe/EfiKey.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Update the comments of ReadKeyStroke and ReadKeyStrokeExQingyu2024-04-031-0/+2
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-140/+154
* MdeModulePkg/Usb: Fix various typosAntoine Coeur2020-02-101-4/+4
* MdeModulePkg/Usb/EfiKey: Fix endpoint selectionMrChromebox2020-01-061-2/+3
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-3/+3
* MdeModulePkg/UsbKb: ReadKeyStrokeEx always return key stateRuiyu Ni2018-02-011-1/+3
* MdeModulePkg: Update comments in SimpleTextInEx according to UEFI 2.7Dandan Bi2017-06-201-4/+8
* MdeModulePkg UsbKbDxe: Execute key notify func at TPL_CALLBACKStar Zeng2016-12-261-1/+67
* Add missing status code in several modules.li-elvin2012-10-301-0/+13
* Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu2012-07-301-6/+5
* Remove the check of signature because the code which looks for the input Noti...niruiyu2012-05-241-5/+1
* Change the SimpleTextInEx implementation to return CTRL+C when CTRL and C are...niruiyu2011-10-251-0/+12
* 1. Add Partial Keystroke Support in UsbKb drivers. See the Uefi2.3.1a chapter...qianouyang2011-09-301-51/+99
* Fix the USB keyboard driver to call hotkey callback even no one is calling Re...niruiyu2011-04-191-118/+62
* raise TPL to TPL_CALLBACK level at DriverBindingStart() for all usb-related m...erictian2010-05-051-1/+8
* Use SimpleTextInEx.Reset to initialize correctly KeyToggleStatue and KeyShift...erictian2010-04-191-4/+4
* 1. free those inserted NsKeyNode resource when releasing SetKeyBoardLayout ev...erictian2010-02-111-3/+1
* Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli242010-01-271-6/+6
* Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ...rsun32010-01-141-5/+5
* free allocated memory in error handler.eric_tian2009-08-241-0/+6
* Install default keyboard layout package in USB keyboard driver.qhuang82009-04-101-7/+16
* return value not follow spec.vanjeff2009-04-071-2/+4
* add check for invalid handle.vanjeff2009-03-041-0/+4
* Retired gSimpleTextInExNotifyGuid, used local structure address to be notify ...vanjeff2009-02-251-35/+3
* 1. Retired HotPlugDevice protocol.vanjeff2009-02-231-11/+2
* Minor refinement for USB modules.xli242009-01-131-7/+7
* Check Library usage and fix some typo.gikidy2008-12-261-13/+20
* Code Scrub for UsbKbDxe module.xli242008-12-151-102/+110
* Code Scrub for UsbKbDxe module.xli242008-12-051-401/+171
* modify coding style to pass ecc tooleric_tian2008-07-231-0/+1390