mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
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>
This commit is contained in:
parent
b3b1c68fb7
commit
7273acfd0a
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user