]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
HID: apple: Add "SONiX KN85 Keyboard" to the list of non-apple keyboards
authorJoey Bednar <linux@joeybednar.com>
Wed, 12 Nov 2025 06:06:23 +0000 (06:06 +0000)
committerJiri Kosina <jkosina@suse.com>
Sat, 10 Jan 2026 08:54:43 +0000 (09:54 +0100)
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@joeybednar.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/hid-apple.c

index 57da4f86a9fa7f73abd89cfe575666a6848636a0..233e367cce1d12a4a0a6935c65fc164220c3d058 100644 (file)
@@ -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" },
        { "SONiX AK870 PRO" },
        { "Keychron" },