summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkPkg
diff options
context:
space:
mode:
authorDandan Bi <dandan.bi@intel.com>2018-09-09 22:26:07 +0800
committerEric Dong <eric.dong@intel.com>2018-09-14 10:18:31 +0800
commit9c8e9e76bd06014e430ecfa6c8f8e21374005a29 (patch)
tree99a9a142572ca707f0c24092454b0d4aa1251bc4 /IntelFrameworkPkg
parent52664c525223a36e5cb9b141b11dec413908b1dd (diff)
downloadedk2-9c8e9e76bd06014e430ecfa6c8f8e21374005a29.tar.gz
edk2-9c8e9e76bd06014e430ecfa6c8f8e21374005a29.tar.bz2
edk2-9c8e9e76bd06014e430ecfa6c8f8e21374005a29.zip
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>
Diffstat (limited to 'IntelFrameworkPkg')
0 files changed, 0 insertions, 0 deletions