Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

April Grimoire and committed by
Jiri Kosina
743c81cd a45f1580

+1
+1
drivers/hid/hid-apple.c
··· 355 355 356 356 static const struct apple_non_apple_keyboard non_apple_keyboards[] = { 357 357 { "SONiX USB DEVICE" }, 358 + { "SONiX AK870 PRO" }, 358 359 { "Keychron" }, 359 360 { "AONE" }, 360 361 { "GANSS" },