]> Git Repo - linux.git/commitdiff
HID: apple: Add "hfd.cn" and "WKB603" to the list of non-apple keyboards
authorYan Jun <[email protected]>
Sun, 3 Dec 2023 11:50:58 +0000 (19:50 +0800)
committerJiri Kosina <[email protected]>
Tue, 12 Dec 2023 13:50:47 +0000 (14:50 +0100)
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]>
drivers/hid/hid-apple.c

index d9e9829b22001aa468c1fd837fc692ce807d313f..b9c7c0ed7bcc37e426f460d8292659fc3246b126 100644 (file)
@@ -347,6 +347,8 @@ static const struct apple_non_apple_keyboard non_apple_keyboards[] = {
        { "Hailuck" },
        { "Jamesdonkey" },
        { "A3R" },
+       { "hfd.cn" },
+       { "WKB603" },
 };
 
 static bool apple_is_non_apple_keyboard(struct hid_device *hdev)
This page took 0.058762 seconds and 4 git commands to generate.