From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 904D974003D for ; Tue, 12 Mar 2024 15:40:06 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=6mGtlnVWVkcHTLHWP61ue3BwWCJS6grmae2pKbA73mU=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1710258005; v=1; b=MB8mzaniPlqUkQvu3+AlojKX/qf30WRvKNmI1E1N8wTYlHSOdynT35UZBvp3oB3HqKaOGk7Y MdUfOyT1GPZvpFJpN38ZkiGKpgmTjqea7j7/9BB5n9Crf0aBtwfr1nHoH3oRS6hM9wgYBYKAGYU UYbztWErDQlxmdDbLBs+lZ1xAD9LcGZSoifjoWFO1GHjYV0vnMLQxIPGvBatkbkY66jrd2/xgap 6cpLQaadZeLdJwx7n20QJy5mHkHykCCDV7OiD+mOVwbVIYjIe6caMMJ/F+r5CBJE1jtKiisHR1D pD4kqusTScDcWLTxNxf5xYc/kgQpXCtTvYH4REFTdWSmg== X-Received: by 127.0.0.2 with SMTP id tCt4YY7687511xSaW4pR3s3t; Tue, 12 Mar 2024 08:40:05 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.18]) by mx.groups.io with SMTP id smtpd.web10.57768.1710146508064491423 for ; Mon, 11 Mar 2024 01:41:48 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,11009"; a="4640552" X-IronPort-AV: E=Sophos;i="6.07,116,1708416000"; d="scan'208";a="4640552" X-Received: from fmviesa007.fm.intel.com ([10.60.135.147]) by fmvoesa112.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Mar 2024 01:41:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,116,1708416000"; d="scan'208";a="10984400" X-Received: from qingyush-mobl.ccr.corp.intel.com ([10.238.9.87]) by fmviesa007.fm.intel.com with ESMTP; 11 Mar 2024 01:41:46 -0700 From: "Qingyu" To: devel@edk2.groups.io Cc: Ming Tan , Yi Li , Gahan Subject: [edk2-devel] [PATCH 0/4] Update the comments of ReadKeyStroke and ReadKeyStrokeEx Date: Mon, 11 Mar 2024 16:41:12 +0800 Message-Id: MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Tue, 12 Mar 2024 08:40:04 -0700 Reply-To: devel@edk2.groups.io,qingyu.shang@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: IHwowAbORWIc6LtWntzjJwF9x7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=MB8mzani; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Refer to Uefi spec 2.10 section 13.3.3, Add a new retval EFI_UNSUPPORTED to EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.ReadKeyStrokeEx and EFI_SIMPLE_TEXT_INPUT_PROTOCOL.ReadKeyStroke(). This patch series update ReadKeyStroke and ReadKeyStrokeEx implementation in Edk2. Qingyu (4): MdeModulePkg: Update the comments of ReadKeyStroke and ReadKeyStrokeEx ShellPkg: Update the comments of ReadKeyStroke and ReadKeyStrokeEx EmbeddedPkg: Update the comments of ReadKeyStroke and ReadKeyStrokeEx EmulatorPkg: Update the comments of ReadKeyStroke and ReadKeyStrokeEx .../Drivers/VirtualKeyboardDxe/VirtualKeyboard.c | 10 ++++++---- .../Drivers/VirtualKeyboardDxe/VirtualKeyboard.h | 10 ++++++---- EmulatorPkg/EmuGopDxe/GopInput.c | 2 ++ MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KbdTextIn.c | 4 +++- MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2Keyboard.h | 3 +++ MdeModulePkg/Bus/Usb/UsbKbDxe/EfiKey.c | 2 ++ MdeModulePkg/Bus/Usb/UsbKbDxe/EfiKey.h | 2 ++ .../Universal/Console/ConSplitterDxe/ConSplitter.c | 6 ++++++ .../Universal/Console/ConSplitterDxe/ConSplitter.h | 6 ++++++ MdeModulePkg/Universal/Console/TerminalDxe/Terminal.h | 4 ++++ .../Universal/Console/TerminalDxe/TerminalConIn.c | 4 ++++ ShellPkg/Application/Shell/ConsoleWrappers.c | 4 +++- 12 files changed, 47 insertions(+), 10 deletions(-) Cc: Ming Tan Cc: Yi Li Cc: Gahan Signed-off-by: Qingyu -- 2.39.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116680): https://edk2.groups.io/g/devel/message/116680 Mute This Topic: https://groups.io/mt/104886870/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-