Re: [PATCH] platform/x86: ideapad-laptop: Add Yoga Pro 7 14IAH10 Mode key
From: Navon John Lukose
Date: Mon Sep 14 2026 - 11:28:35 EST
On 14-Sep-26 2:40 PM, Hans de Goede wrote:
> So I guess that you maybe also have Fn + Q or something which already
> directly switches profile ? If you do then KEY_PROG4 seems fine.
Fn+Q does, by a different path than the Mode key:
Mode key (F9) WMI fn-key 0x46, platform_profile unchanged
Fn+Q VPC special button, platform_profile_cycle() from
ideapad_acpi_notify(), no WMI event
(Used LLMs to hunt the Fn+Q path down.)
So cycling on 0x46 would duplicate Fn+Q. Keeping KEY_PROG4, and added
a comment in v2 saying why.