summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Console/TerminalDxe/TerminalConIn.c
AgeCommit message (Expand)Author
2015-07-09Accept VT220 DEL and function keys for TTY terminal typeRoy Franz
2015-07-09Treat ASCII 0x7F as backspace for TtyTerm terminalsRoy Franz
2015-07-09Add "TtyTerm" terminal type to TerminalDxeRoy Franz
2014-12-04MdeModulePkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell
2014-02-12Fix several typo issues.Elvin Li
2014-02-11Remove redundant IsUnicodeFiFoEmpty ()in UnicodeFiFoRemoveOneKey().Elvin Li
2013-07-15Refine the validation for the input attribute before return.Eric Dong
2012-08-17Add missing break and add comment to non-necessary break.li-elvin
2012-08-16Fix incorrect sizeof () usage.li-elvin
2012-07-30Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu
2012-05-24Remove the check of signature because the code which looks for the input Noti...niruiyu
2011-10-27Check the serial buffer empty status before performing the serial IO reading ...niruiyu
2011-10-08MdeModulePkg: TerminalDxe driver code clean upniruiyu
2011-10-08MdeModulePkg: Fix TerminalDxe FIFO Data Lossniruiyu
2011-04-19Fix the terminal driver to call hotkey callback even no one is calling ReadKe...niruiyu
2010-04-24Update the copyright notice formathhtian
2010-01-27Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli24
2010-01-15Fix some coding style issues in MdeModulePkg.rsun3
2009-08-21Update the comments avoid making confuse. gikidy
2009-04-07return value not follow spec.vanjeff
2009-03-04add check for invalid handle.vanjeff
2009-02-25Retired gSimpleTextInExNotifyGuid, used local structure address to be notify ...vanjeff
2009-02-12enhanced security check.vanjeff
2009-02-09update meta.vanjeff
2009-02-03remove some internal functions and allocate some FIFO data structure instead ...vanjeff
2009-01-081.Review the comments;gikidy
2008-12-17Code scrub for Universal\Console\TerminalDxe. gikidy
2008-07-18code scrub.vanjeff
2008-07-03Added some functions header.vanjeff
2008-07-01Clean codes per ECC for TerminalDxe module.vanjeff
2008-04-10apply for doxgen format.vanjeff
2007-11-22Clean up: update "EFI" to "UEFI" if applicable.qhuang8
2007-10-19Update to support EFI_SIMPLE_INPUT_EX protocolqhuang8
2007-07-09Updated modules to not depend on the IntelFrameworkPkg.AJFISH
2007-07-05Check in following modules,xgu3