Skip to content

Commit 113f736

Browse files
Yihong CaoJiri Kosina
authored andcommitted
HID: apple: add Jamesdonkey and A3R to non-apple keyboards list
Jamesdonkey A3R keyboard is identified as "Jamesdonkey A3R" in wired mode, "A3R-U" in wireless mode and "A3R" in bluetooth mode. Adding them to non-apple keyboards fixes function key. Signed-off-by: Yihong Cao <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 73ce9f1 commit 113f736

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
@@ -345,6 +345,8 @@ static const struct apple_non_apple_keyboard non_apple_keyboards[] = {
345345
{ "AONE" },
346346
{ "GANSS" },
347347
{ "Hailuck" },
348+
{ "Jamesdonkey" },
349+
{ "A3R" },
348350
};
349351

350352
static bool apple_is_non_apple_keyboard(struct hid_device *hdev)

0 commit comments

Comments
 (0)