audk/EmbeddedPkg/Drivers
Dandan Bi 9c8e9e76bd EmbeddedPkg/VirtualKeyboard: Avoid 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: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
2018-09-14 10:18:31 +08:00
..
AndroidFastbootTransportTcpDxe EmbeddedPkg/AndroidFastbootTransportTcpDxe: remove broken hostname handling 2016-10-28 13:51:22 +01:00
AndroidFastbootTransportUsbDxe EmbeddedPkg/AndroidFastbootTransportUsbDxe: Implemented Android FastBoot over USB 2014-03-05 04:51:31 +00:00
ConsolePrefDxe EmbeddedPkg: use central variable definitions in .vfr files 2018-02-23 14:23:35 +00:00
DtPlatformDxe EmbeddedPkg: use central variable definitions in .vfr files 2018-02-23 14:23:35 +00:00
DwEmmcDxe EmbeddedPkg/DwEmmc: Adjust FIFO threshold 2017-07-17 17:54:46 +01:00
Isp1761UsbDxe EmbeddedPkg: Remove dependency on TimerLib 2015-05-06 11:15:44 +00:00
Lan91xDxe EmbeddedPkg: import Lan91x Ethernet controller driver 2017-04-19 13:03:13 +01:00
Lan9118Dxe EmbeddedPkg/EmbeddedPkg.dsc: fix build for non-ARM architectures 2017-08-30 12:49:00 +01:00
SataSiI3132Dxe Drivers/SataSiI3132Dxe: Allow 64-bit DMA transfer 2017-10-27 13:53:35 +01:00
VirtualKeyboardDxe EmbeddedPkg/VirtualKeyboard: Avoid notification called more than once 2018-09-14 10:18:31 +08:00