summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Console/TerminalDxe/TerminalConIn.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-757/+786
* MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-071-1/+1
* MdeModulePkg/TerminalDxe: Enhance the arrow keys supportGao, Zhichao2019-09-271-2/+6
* MdeModulePkg/TerminalDxe: Extend the terminal console support typesZhichao Gao2019-09-241-17/+265
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Avoid key notification called more than onceDandan Bi2018-09-141-0/+1
* MdeModulePkg TerminalDxe: Remove a redundant functionshenglei2018-08-211-25/+0
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-4/+4
* MdeModulePkg/Terminal: ReadKeyStrokeEx always return key stateRuiyu Ni2018-03-061-5/+4
* MdeModulePkg: Update comments in SimpleTextInEx according to UEFI 2.7Dandan Bi2017-06-201-4/+7
* MdeModulePkg/TerminalDxe: Replace macro with enum for terminal typesRuiyu Ni2017-01-111-44/+44
* MdeModulePkg TerminalDxe: Execute key notify func at TPL_CALLBACKStar Zeng2016-12-261-3/+183
* MdeModulePkg/TerminalDxe: Handle more keys with TtyTermBrian J. Johnson2016-10-271-3/+21
* Revert "TerminalDxe: select the UART's default receive FIFO depth"Ruiyu Ni2016-04-011-1/+1
* MdeModulePkg: TerminalDxe: select the UART's default receive FIFO depthLaszlo Ersek2016-01-211-1/+1
* MdeModulePkg: TerminalDxe: avoid checking uninitialized variableStar Zeng2015-11-261-3/+4
* MdeModulePkg: Fix TerminalDxe VS2013 build failureRoy Franz2015-07-101-2/+2
* Accept VT220 DEL and function keys for TTY terminal typeRoy Franz2015-07-091-1/+92
* Treat ASCII 0x7F as backspace for TtyTerm terminalsRoy Franz2015-07-091-2/+8
* Add "TtyTerm" terminal type to TerminalDxeRoy Franz2015-07-091-1/+3
* MdeModulePkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell2014-12-041-1/+2
* Fix several typo issues.Elvin Li2014-02-121-12/+12
* Remove redundant IsUnicodeFiFoEmpty ()in UnicodeFiFoRemoveOneKey().Elvin Li2014-02-111-15/+4
* Refine the validation for the input attribute before return.Eric Dong2013-07-151-1/+5
* Add missing break and add comment to non-necessary break.li-elvin2012-08-171-0/+2
* Fix incorrect sizeof () usage.li-elvin2012-08-161-1/+1
* 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
* Check the serial buffer empty status before performing the serial IO reading ...niruiyu2011-10-271-15/+22
* MdeModulePkg: TerminalDxe driver code clean upniruiyu2011-10-081-1571/+1573
* MdeModulePkg: Fix TerminalDxe FIFO Data Lossniruiyu2011-10-081-1569/+1571
* Fix the terminal driver to call hotkey callback even no one is calling ReadKe...niruiyu2011-04-191-99/+50
* 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 some coding style issues in MdeModulePkg.rsun32010-01-151-2/+2
* Update the comments avoid making confuse. gikidy2009-08-211-0/+4
* 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-31/+3
* enhanced security check.vanjeff2009-02-121-0/+5
* update meta.vanjeff2009-02-091-1/+1
* remove some internal functions and allocate some FIFO data structure instead ...vanjeff2009-02-031-42/+42
* 1.Review the comments;gikidy2009-01-081-42/+32
* Code scrub for Universal\Console\TerminalDxe. gikidy2008-12-171-19/+30
* code scrub.vanjeff2008-07-181-8/+16
* Added some functions header.vanjeff2008-07-031-33/+41
* Clean codes per ECC for TerminalDxe module.vanjeff2008-07-011-399/+421
* apply for doxgen format.vanjeff2008-04-101-247/+247
* Clean up: update "EFI" to "UEFI" if applicable.qhuang82007-11-221-1/+1
* Update to support EFI_SIMPLE_INPUT_EX protocolqhuang82007-10-191-11/+425