Skip to content

Commit

Permalink
HID: apple: Add "Hailuck" to the list of non-apple keyboards
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nils Tonnaett authored and Jiri Kosina committed Aug 16, 2023
1 parent 9c34660 commit c4444d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/hid/hid-apple.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c4444d8

Please sign in to comment.