Reviewed-by: Dandan Bi <dandan...@intel.com>

-----Original Message-----
From: Thangaraj, KalaiyarasanX <kalaiyarasanx.thanga...@intel.com> 
Sent: Tuesday, July 19, 2022 5:23 PM
To: devel@edk2.groups.io
Cc: Thangaraj, KalaiyarasanX <kalaiyarasanx.thanga...@intel.com>; Bi, Dandan 
<dandan...@intel.com>; Gao, Liming <gaolim...@byosoft.com.cn>; Pethaiyan, 
Madhan <madhan.pethai...@intel.com>; Esakkithevar, Kathappan 
<kathappan.esakkithe...@intel.com>; Balaji, Madhusudhan 
<madhusudhan.bal...@intel.com>
Subject: [PATCH] VirtualKeyboardFeaturePkg: Pre OS virtual keyboard touch are 
not working with I2C touch panel

Vktimer event Task Priority Level changed to TPL_CALLBACK from TPL_NOTIFY to 
fix Virtual Keyboard touch slowness issues and touch not working issues

Cc: Dandan Bi <dandan...@intel.com>
Cc: Liming Gao <gaolim...@byosoft.com.cn>
Cc: Madhan Pethaiyan <madhan.pethai...@intel.com>
Cc: Kathappan Esakkithevar <kathappan.esakkithe...@intel.com>
Cc: Madhusudhan Balaji <madhusudhan.bal...@intel.com>
Signed-off-by: KalaiyarasanX Thangaraj <kalaiyarasanx.thanga...@intel.com>
---
 
Features/Intel/UserInterface/VirtualKeyboardFeaturePkg/VirtualKeyboardDxe/Keyboard.c
 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/Features/Intel/UserInterface/VirtualKeyboardFeaturePkg/VirtualKeyboardDxe/Keyboard.c
 
b/Features/Intel/UserInterface/VirtualKeyboardFeaturePkg/VirtualKeyboardDxe/Keyboard.c
index 84c3a06f68..2b1216746b 100644
--- 
a/Features/Intel/UserInterface/VirtualKeyboardFeaturePkg/VirtualKeyboardDxe/Keyboard.c
+++ b/Features/Intel/UserInterface/VirtualKeyboardFeaturePkg/VirtualKeyb
+++ oardDxe/Keyboard.c
@@ -759,7 +759,7 @@ VkApiStart (
 
   Status = gBS->CreateEvent (
                   EVT_TIMER | EVT_NOTIFY_SIGNAL,
-                  TPL_VK_SYNC,
+                  TPL_CALLBACK,
                   VkTimer,
                   (VOID *)VkContext,
                   &(VkContext->TimerEvent)
--
2.26.2.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#91563): https://edk2.groups.io/g/devel/message/91563
Mute This Topic: https://groups.io/mt/92499072/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to