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-Tag: v6.6-rc1~96^2^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=c4444d8749f696384947192b602718fa310c1caf;p=linux-2.6-block.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 d7b932925730..3ca45975c686 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)