From nobody Sat May 18 07:09:08 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+91645+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+91645+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1658424035; cv=none; d=zohomail.com; s=zohoarc; b=flDlAzR7a0VQGnomcujvxrTwf60Nrwf1AXHUTCPhNnePRHVIzOPTDKaz/7jMBwgLLdDbk7QBxM2QGhMbXSmAOvU6DyGcP/JlI55n9Y6BB43aPiFwuQEvGZwezfmQnRxg/PFgzFPw1XbnCr/6ErY4Tj2QYFfqLyqKBT+3opdP1fI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1658424035; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=AIyuTx8ArmkQrZRCKrIgJSH2K97NuFNaNtacQvYcHXM=; b=MnCckvH3NbQ1LJOjGzzshhoIJMe3Khown5asbs46KXJvtiTFHWBxwGioU6wNeVtdVG6CAbdfGSvl1VUjoHwFuYI9u0JU7N9ZJJ7UWGuZSgH00/Ada242kh8IRodg0Ug4sMXWaPpT7xQ1rpbQsY5zeoH+2v4rd5ks3UBVbt2IiMk= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+91645+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1658424035649972.9556419682729; Thu, 21 Jul 2022 10:20:35 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id ZzlZYY1788612xCLGoztIOGI; Thu, 21 Jul 2022 10:20:35 -0700 X-Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web08.38585.1658222630253681197 for ; Tue, 19 Jul 2022 02:23:50 -0700 X-IronPort-AV: E=McAfee;i="6400,9594,10412"; a="350407946" X-IronPort-AV: E=Sophos;i="5.92,283,1650956400"; d="scan'208";a="350407946" X-Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jul 2022 02:23:49 -0700 X-IronPort-AV: E=Sophos;i="5.92,283,1650956400"; d="scan'208";a="625108816" X-Received: from kalaiy1x-desk1.gar.corp.intel.com ([10.66.253.24]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jul 2022 02:23:47 -0700 From: "KalaiyarasanX Thangaraj" To: devel@edk2.groups.io Cc: KalaiyarasanX Thangaraj , Dandan Bi , Liming Gao , Madhan Pethaiyan , Kathappan Esakkithevar , Madhusudhan Balaji Subject: [edk2-devel] [PATCH] VirtualKeyboardFeaturePkg: Pre OS virtual keyboard touch are not working with I2C touch panel Date: Tue, 19 Jul 2022 14:52:54 +0530 Message-Id: <20220719092254.1278-1-kalaiyarasanx.thangaraj@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,KalaiyarasanX.Thangaraj@intel.com X-Gm-Message-State: XQVkV6EdmgBmIWQju3KRmE1qx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1658424035; bh=9GPYRoT0Cjr2BXnp6qrgdcv5Euen/ocsv+/hFf+HU/M=; h=Cc:Date:From:Reply-To:Subject:To; b=aRZXwUZmk/Q+8mAZQNtunZG6gS1s1r4BohgGDdXsq/6cccdE/DsvXAlDu0Wr7Bc/79k WFoHVqgRO1wPrFIEucba0NdCvhp9lo/LO368tlXZb74dRYUO1tkD0S+15TRJLpKEOePy/ cP4VDVFdlx2vov2pC9Ipr5o7mqPTF0IPyFo= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1658424037406100001 Content-Type: text/plain; charset="utf-8" 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 Cc: Liming Gao Cc: Madhan Pethaiyan Cc: Kathappan Esakkithevar Cc: Madhusudhan Balaji Signed-off-by: KalaiyarasanX Thangaraj Reviewed-by: Dandan Bi --- Features/Intel/UserInterface/VirtualKeyboardFeaturePkg/VirtualKeyboardDxe/= Keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Features/Intel/UserInterface/VirtualKeyboardFeaturePkg/Virtual= KeyboardDxe/Keyboard.c b/Features/Intel/UserInterface/VirtualKeyboardFeatur= ePkg/VirtualKeyboardDxe/Keyboard.c index 84c3a06f68..2b1216746b 100644 --- a/Features/Intel/UserInterface/VirtualKeyboardFeaturePkg/VirtualKeyboar= dDxe/Keyboard.c +++ b/Features/Intel/UserInterface/VirtualKeyboardFeaturePkg/VirtualKeyboar= dDxe/Keyboard.c @@ -759,7 +759,7 @@ VkApiStart ( =20 Status =3D gBS->CreateEvent ( EVT_TIMER | EVT_NOTIFY_SIGNAL, - TPL_VK_SYNC, + TPL_CALLBACK, VkTimer, (VOID *)VkContext, &(VkContext->TimerEvent) --=20 2.26.2.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- 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/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-