Skip to content

Commit 743c81c

Browse files
AprilGrimoireJiri Kosina
authored andcommitted
HID: apple: Add SONiX AK870 PRO to non_apple_keyboards quirk list
SONiX AK870 PRO keyboard pretends to be an apple keyboard by VID:PID, rendering function keys not treated properly. Despite being a SONiX USB DEVICE, it uses a different name, so adding it to the list. Signed-off-by: April Grimoire <april@aprilg.moe> Signed-off-by: Jiri Kosina <jkosina@suse.com>
1 parent a45f158 commit 743c81c

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
@@ -355,6 +355,7 @@ static const struct apple_key_translation swapped_fn_leftctrl_keys[] = {
355355

356356
static const struct apple_non_apple_keyboard non_apple_keyboards[] = {
357357
{ "SONiX USB DEVICE" },
358+
{ "SONiX AK870 PRO" },
358359
{ "Keychron" },
359360
{ "AONE" },
360361
{ "GANSS" },

0 commit comments

Comments
 (0)