Commit c4444d87 authored by Nils Tonnaett's avatar Nils Tonnaett Committed by Jiri Kosina
Browse files

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: default avatarNils Tonnaett <ntonnatt@ccrma.stanford.edu>
Reviewed-by: default avatarRahul Rameshbabu <sergeantsagara@protonmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 9c34660e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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)