summaryrefslogtreecommitdiffstats
path: root/Nt32Pkg/WinNtGopDxe/WinNtGopInput.c
Commit message (Expand)AuthorAgeFilesLines
* Nt32Pkg: Remove itRay Ni2019-05-171-1057/+0
* Nt32Pkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* Nt32Pkg/NtGopInput: ReadKeyStrokeEx always return key stateRuiyu Ni2018-04-201-31/+48
* 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-10/+10
* 1. Add Partial Keystroke Support in Nt32 WinNTGopDxe driver. See the Uefi2.3....qianouyang2011-09-301-116/+160
* Fix ICC build issuesmdkinney2011-06-091-7/+9
* Fix NT32 Keyboard driver to call hotkey callback even no one is calling ReadK...niruiyu2011-04-191-89/+192
* Use the correct length to copy KeyData.niruiyu2010-10-211-2/+2
* Update the copyright notice formathhtian2010-04-281-2/+2
* return value not follow spec.vanjeff2009-04-071-2/+1
* add check for invalid handle.vanjeff2009-03-041-1/+5
* Retired gSimpleTextInExNotifyGuid, used local structure address to be notify ...vanjeff2009-02-251-32/+2
* Fix some build error under ICC tool-chain.qwang122008-11-011-1/+1
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-9/+0
* Add NULL parameter checking for notify function.qhuang82008-03-041-3/+3
* Update to support EFI_SIMPLE_INPUT_EX protocolqhuang82007-10-191-58/+619
* Add WinNtGop driver into Nt32Pkgklu22007-06-271-0/+377