Skip to content

Commit df83a0d

Browse files
yjun123Jiri Kosina
authored andcommitted
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: Yan Jun <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 43527a0 commit df83a0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/hid/hid-apple.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,8 @@ static const struct apple_non_apple_keyboard non_apple_keyboards[] = {
347347
{ "Hailuck" },
348348
{ "Jamesdonkey" },
349349
{ "A3R" },
350+
{ "hfd.cn" },
351+
{ "WKB603" },
350352
};
351353

352354
static bool apple_is_non_apple_keyboard(struct hid_device *hdev)

0 commit comments

Comments
 (0)