From: Mario Limonciello <superm1@kernel.org>
To: "Dmitry Torokhov" <dmitry.torokhov@gmail.com>,
"Shyam Sundar S K" <Shyam-sundar.S-k@amd.com>,
"Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
Cc: Hans de Goede <hdegoede@redhat.com>,
linux-input@vger.kernel.org (open list:INPUT (KEYBOARD, MOUSE,
JOYSTICK, TOUCHSCREEN)...),
linux-kernel@vger.kernel.org (open list),
platform-driver-x86@vger.kernel.org (open list:AMD PMF DRIVER),
Mario Limonciello <mario.limonciello@amd.com>
Subject: [PATCH v4 2/2] platform/x86/amd: pmf: Use META + L for screen lock command
Date: Fri, 25 Apr 2025 11:29:49 -0500 [thread overview]
Message-ID: <20250425162949.2021325-2-superm1@kernel.org> (raw)
In-Reply-To: <20250425162949.2021325-1-superm1@kernel.org>
From: Mario Limonciello <mario.limonciello@amd.com>
In practice userspace software doesn't react to KEY_SCREENLOCK by default.
So any time that the PMF policies would suggest to lock the screen (for
example from an HPD sensor event) userspace isn't configured to do it.
However userspace is configured for META + L as this is the default
in the PC ecosystem. Adjust the PMF driver to select the Kconfig option
that makes the input core send META + L.
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
---
v3:
* Use Kconfig from linux-input
---
drivers/platform/x86/amd/pmf/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/platform/x86/amd/pmf/Kconfig b/drivers/platform/x86/amd/pmf/Kconfig
index 25b8f7ae3abde..10089c69ce582 100644
--- a/drivers/platform/x86/amd/pmf/Kconfig
+++ b/drivers/platform/x86/amd/pmf/Kconfig
@@ -12,6 +12,7 @@ config AMD_PMF
depends on TEE && AMDTEE
depends on AMD_SFH_HID
depends on HAS_IOMEM
+ select INPUT_SCREENLOCK_EMULATION
help
This driver provides support for the AMD Platform Management Framework.
The goal is to enhance end user experience by making AMD PCs smarter,
--
2.43.0
next prev parent reply other threads:[~2025-04-25 16:30 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-25 16:29 [PATCH v4 1/2] Input: Add a Kconfig to emulate KEY_SCREENLOCK with META + L Mario Limonciello
2025-04-25 16:29 ` Mario Limonciello [this message]
2025-04-26 8:15 ` Pavel Machek
2025-04-26 13:00 ` Mario Limonciello
2025-04-26 18:41 ` Pavel Machek
2025-04-26 23:44 ` Mario Limonciello
2025-04-27 6:10 ` Pavel Machek
2025-04-27 12:15 ` Mario Limonciello
2025-04-28 5:30 ` Dmitry Torokhov
2025-04-28 5:51 ` Dmitry Torokhov
2025-04-28 13:50 ` Mario Limonciello
2025-04-28 14:10 ` Hans de Goede
2025-04-28 5:52 ` Pavel Machek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250425162949.2021325-2-superm1@kernel.org \
--to=superm1@kernel.org \
--cc=Shyam-sundar.S-k@amd.com \
--cc=dmitry.torokhov@gmail.com \
--cc=hdegoede@redhat.com \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mario.limonciello@amd.com \
--cc=platform-driver-x86@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).