Commit df83a0df authored by Yan Jun's avatar Yan Jun Committed by Jiri Kosina

HID: apple: Add "hfd.cn" and "WKB603" to the list of non-apple keyboards

JingZao(京造) WKB603 keyboard is a rebranded product of Jamesdonkey RS2
keyboard, identified as "hfd.cn WKB603" in wired mode, "WKB603" in bluetooth
mode. Adding them to the list of non-apple keyboards fixes function key.
Signed-off-by: default avatarYan Jun <jerrysteve1101@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.com>
parent 43527a00
...@@ -347,6 +347,8 @@ static const struct apple_non_apple_keyboard non_apple_keyboards[] = { ...@@ -347,6 +347,8 @@ static const struct apple_non_apple_keyboard non_apple_keyboards[] = {
{ "Hailuck" }, { "Hailuck" },
{ "Jamesdonkey" }, { "Jamesdonkey" },
{ "A3R" }, { "A3R" },
{ "hfd.cn" },
{ "WKB603" },
}; };
static bool apple_is_non_apple_keyboard(struct hid_device *hdev) static bool apple_is_non_apple_keyboard(struct hid_device *hdev)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment