HID: apple: Add "Hailuck" to the list of non-apple keyboards
authorNils Tonnaett <ntonnatt@ccrma.Stanford.EDU>
Tue, 15 Aug 2023 20:19:59 +0000 (13:19 -0700)
committerJiri Kosina <jkosina@suse.cz>
Wed, 16 Aug 2023 13:20:59 +0000 (15:20 +0200)
Powzan keyboards KB750 and KB770 identify as
"Hailuck Co.,Ltd USB Keyboard". Adding "Hailuck" to the list
of non-apple keyboards fixes function keys for these models.

Signed-off-by: Nils Tonnaett <ntonnatt@ccrma.stanford.edu>
Reviewed-by: Rahul Rameshbabu <sergeantsagara@protonmail.com
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-apple.c

index d7b932925730db33b1547e8fabc14d2782791186..3ca45975c686eee3563dabb287caf4c1c21a10ac 100644 (file)
@@ -343,7 +343,8 @@ static const struct apple_non_apple_keyboard non_apple_keyboards[] = {
        { "SONiX USB DEVICE" },
        { "Keychron" },
        { "AONE" },
-       { "GANSS" }
+       { "GANSS" },
+       { "Hailuck" },
 };
 
 static bool apple_is_non_apple_keyboard(struct hid_device *hdev)