[<prev] [next>] [day] [month] [year] [list]
Message-ID: <176292759108.7.4651202733090413990.1001877915@joeybednar.com>
Date: Wed, 12 Nov 2025 06:06:23 +0000
From: linux@...ybednar.com
Cc:
linux-kernel@...r.kernel.org,linux-input@...r.kernel.org,bentiss@...nel.org,jikos@...nel.org
Subject: [PATCH] HID: apple: Add "SONiX KN85 Keyboard" to the list of
non-apple keyboards
From: Joey Bednar <linux@...ybednar.com>
The SoNiX KN85 keyboard identifies as the "Apple, Inc. Aluminium
Keyboard" and is not recognized as a non-apple keyboard. Adding "SoNiX
KN85 Keyboard" to the list of non-apple keyboards fixes the function
keys.
Signed-off-by: Joey Bednar <linux@...ybednar.com>
---
drivers/hid/hid-apple.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/hid/hid-apple.c b/drivers/hid/hid-apple.c
index 61404d7a43ee..01488ffc6dcf 100644
--- a/drivers/hid/hid-apple.c
+++ b/drivers/hid/hid-apple.c
@@ -354,6 +354,7 @@ static const struct apple_key_translation swapped_fn_leftctrl_keys[] = {
};
static const struct apple_non_apple_keyboard non_apple_keyboards[] = {
+ { "SONiX KN85 Keyboard" },
{ "SONiX USB DEVICE" },
{ "Keychron" },
{ "AONE" },
--
2.51.2
Powered by blists - more mailing lists