summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Console/TerminalDxe/TerminalConIn.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-18MdeModulePkg/TerminalDxe: Add VTUTF8 to Putty function key mapPhil Noh1-4/+7
2024-09-12MdeModulePkg: Enable Data Terminal at end of serialKen Lautner1-0/+4
2024-04-03MdeModulePkg: Update the comments of ReadKeyStroke and ReadKeyStrokeExQingyu1-0/+4
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-757/+786
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-1/+1
2019-09-27MdeModulePkg/TerminalDxe: Enhance the arrow keys supportGao, Zhichao1-2/+6
2019-09-24MdeModulePkg/TerminalDxe: Extend the terminal console support typesZhichao Gao1-17/+265
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-09-14MdeModulePkg: Avoid key notification called more than onceDandan Bi1-0/+1
2018-08-21MdeModulePkg TerminalDxe: Remove a redundant functionshenglei1-25/+0
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-4/+4
2018-03-06MdeModulePkg/Terminal: ReadKeyStrokeEx always return key stateRuiyu Ni1-5/+4
2017-06-20MdeModulePkg: Update comments in SimpleTextInEx according to UEFI 2.7Dandan Bi1-4/+7
2017-01-11MdeModulePkg/TerminalDxe: Replace macro with enum for terminal typesRuiyu Ni1-44/+44
2016-12-26MdeModulePkg TerminalDxe: Execute key notify func at TPL_CALLBACKStar Zeng1-3/+183
2016-10-27MdeModulePkg/TerminalDxe: Handle more keys with TtyTermBrian J. Johnson1-3/+21
2016-04-01Revert "TerminalDxe: select the UART's default receive FIFO depth"Ruiyu Ni1-1/+1
2016-01-21MdeModulePkg: TerminalDxe: select the UART's default receive FIFO depthLaszlo Ersek1-1/+1
2015-11-26MdeModulePkg: TerminalDxe: avoid checking uninitialized variableStar Zeng1-3/+4
2015-07-10MdeModulePkg: Fix TerminalDxe VS2013 build failureRoy Franz1-2/+2
2015-07-09Accept VT220 DEL and function keys for TTY terminal typeRoy Franz1-1/+92
2015-07-09Treat ASCII 0x7F as backspace for TtyTerm terminalsRoy Franz1-2/+8
2015-07-09Add "TtyTerm" terminal type to TerminalDxeRoy Franz1-1/+3
2014-12-04MdeModulePkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell1-1/+2
2014-02-12Fix several typo issues.Elvin Li1-12/+12
2014-02-11Remove redundant IsUnicodeFiFoEmpty ()in UnicodeFiFoRemoveOneKey().Elvin Li1-15/+4
2013-07-15Refine the validation for the input attribute before return.Eric Dong1-1/+5
2012-08-17Add missing break and add comment to non-necessary break.li-elvin1-0/+2
2012-08-16Fix incorrect sizeof () usage.li-elvin1-1/+1
2012-07-30Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu1-6/+5
2012-05-24Remove the check of signature because the code which looks for the input Noti...niruiyu1-5/+1
2011-10-27Check the serial buffer empty status before performing the serial IO reading ...niruiyu1-15/+22
2011-10-08MdeModulePkg: TerminalDxe driver code clean upniruiyu1-1571/+1573
2011-10-08MdeModulePkg: Fix TerminalDxe FIFO Data Lossniruiyu1-1569/+1571
2011-04-19Fix the terminal driver to call hotkey callback even no one is calling ReadKe...niruiyu1-99/+50
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-15Fix some coding style issues in MdeModulePkg.rsun31-2/+2
2009-08-21Update the comments avoid making confuse. gikidy1-0/+4
2009-04-07return value not follow spec.vanjeff1-2/+4
2009-03-04add check for invalid handle.vanjeff1-0/+4
2009-02-25Retired gSimpleTextInExNotifyGuid, used local structure address to be notify ...vanjeff1-31/+3
2009-02-12enhanced security check.vanjeff1-0/+5
2009-02-09update meta.vanjeff1-1/+1
2009-02-03remove some internal functions and allocate some FIFO data structure instead ...vanjeff1-42/+42
2009-01-081.Review the comments;gikidy1-42/+32
2008-12-17Code scrub for Universal\Console\TerminalDxe. gikidy1-19/+30
2008-07-18code scrub.vanjeff1-8/+16
2008-07-03Added some functions header.vanjeff1-33/+41
2008-07-01Clean codes per ECC for TerminalDxe module.vanjeff1-399/+421