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 <[email protected]> Cc: Liming Gao <[email protected]> Cc: Madhan Pethaiyan <[email protected]> Cc: Kathappan Esakkithevar <[email protected]> Cc: Madhusudhan Balaji <[email protected]> Signed-off-by: KalaiyarasanX Thangaraj <[email protected]> --- 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/VirtualKeyboardDxe/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 (#91645): https://edk2.groups.io/g/devel/message/91645 Mute This Topic: https://groups.io/mt/92499072/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
