From: Nils Tonnaett Date: Tue, 15 Aug 2023 20:19:59 +0000 (-0700) Subject: HID: apple: Add "Hailuck" to the list of non-apple keyboards X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c4444d8749f696384947192b602718fa310c1caf;p=linux.git HID: apple: Add "Hailuck" to the list of non-apple keyboards 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 Reviewed-by: Rahul Rameshbabu --- diff --git a/drivers/hid/hid-apple.c b/drivers/hid/hid-apple.c index d7b932925730d..3ca45975c686e 100644 --- a/drivers/hid/hid-apple.c +++ b/drivers/hid/hid-apple.c @@ -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)