audk/MdeModulePkg/Universal/Console/TerminalDxe
Dandan Bi f316a26013 MdeModulePkg: Avoid key notification called more than once
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=996

Issue:
In current code logic, when a key is pressed, it will search
the whole NotifyList to find whether a notification has been
registered with the keystroke. if yes, it will en-queue the
key for notification execution later. And now if different
notification functions have been registered with the same key,
then the key will be en-queued more than once. Then it will
cause the notification executed more than once.

This patch is to enhance the code logic to fix this issue.

Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
2018-09-14 10:18:31 +08:00
..
Ansi.c MdeModulePkg: Clean up source files 2018-06-28 11:19:45 +08:00
ComponentName.c Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. 2011-07-06 03:55:36 +00:00
Terminal.c MdeModulePkg/Terminal: Check status of OpenProtocol in BindingStart 2018-05-03 11:29:49 +08:00
Terminal.h MdeModulePkg TerminalDxe: Remove a redundant function 2018-08-21 16:29:07 +08:00
TerminalConIn.c MdeModulePkg: Avoid key notification called more than once 2018-09-14 10:18:31 +08:00
TerminalConOut.c MdeModulePkg: Clean up source files 2018-06-28 11:19:45 +08:00
TerminalDxe.inf MdeModulePkg: Removing ipf which is no longer supported from edk2. 2018-09-06 15:25:16 +08:00
TerminalDxe.uni MdeModulePkg: Convert all .uni files to utf-8 2015-12-15 04:56:23 +00:00
TerminalDxeExtra.uni MdeModulePkg: Clean up source files 2018-06-28 11:19:45 +08:00
Vtutf8.c MdeModulePkg: Clean up source files 2018-06-28 11:19:45 +08:00