[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250313151744.34010-1-gasper.nemgar@gmail.com>
Date: Thu, 13 Mar 2025 16:17:44 +0100
From: Gašper Nemgar <gasper.nemgar@...il.com>
To: ike.pan@...onical.com
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] Fixed ideapad-laptop driver to support Yoga 9 2 in 1 14imh9 unknown keys
diff --git a/drivers/platform/x86/ideapad-laptop.c b/drivers/platform/x86/ideapad-laptop.c
index 30bd366d7..af124aafe 100644
--- a/drivers/platform/x86/ideapad-laptop.c
+++ b/drivers/platform/x86/ideapad-laptop.c
@@ -1308,6 +1308,14 @@ static const struct key_entry ideapad_keymap[] = {
/* Specific to some newer models */
{ KE_KEY, 0x3e | IDEAPAD_WMI_KEY, { KEY_MICMUTE } },
{ KE_KEY, 0x3f | IDEAPAD_WMI_KEY, { KEY_RFKILL } },
+ /*Star- (User Asignable Key)*/
+ { KE_KEY, 0x44 | IDEAPAD_WMI_KEY, { KEY_PROG1 } },
+ /*Eye*/
+ { KE_KEY, 0x45 | IDEAPAD_WMI_KEY, { KEY_DISPLAYTOGGLE } },
+ /*Performance*/
+ { KE_KEY, 0x3d | IDEAPAD_WMI_KEY, { KEY_SPORT } },
+ /*shift + prtsc*/
+ { KE_KEY, 0x2d | IDEAPAD_WMI_KEY, { KEY_PROG3 } },
{ KE_END },
};
Powered by blists - more mailing lists