Skip to content

Commit 7273acf

Browse files
joey-bednarJiri Kosina
authored andcommitted
HID: apple: Add "SONiX KN85 Keyboard" to the list of non-apple keyboards
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>
1 parent b3b1c68 commit 7273acf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/hid/hid-apple.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ static const struct apple_key_translation swapped_fn_leftctrl_keys[] = {
354354
};
355355

356356
static const struct apple_non_apple_keyboard non_apple_keyboards[] = {
357+
{ "SONiX KN85 Keyboard" },
357358
{ "SONiX USB DEVICE" },
358359
{ "SONiX AK870 PRO" },
359360
{ "Keychron" },

0 commit comments

Comments
 (0)