Skip to content

Commit c4444d8

Browse files
ntonnaettJiri Kosina
authored andcommitted
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 <[email protected]> Reviewed-by: Rahul Rameshbabu <[email protected] Signed-off-by: Jiri Kosina <[email protected]>
1 parent 9c34660 commit c4444d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/hid/hid-apple.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,8 @@ static const struct apple_non_apple_keyboard non_apple_keyboards[] = {
343343
{ "SONiX USB DEVICE" },
344344
{ "Keychron" },
345345
{ "AONE" },
346-
{ "GANSS" }
346+
{ "GANSS" },
347+
{ "Hailuck" },
347348
};
348349

349350
static bool apple_is_non_apple_keyboard(struct hid_device *hdev)

0 commit comments

Comments
 (0)