Skip to content

Commit 7c698de

Browse files
tiwaiJiri Kosina
authored andcommitted
HID: apple: Add EPOMAKER TH87 to the non-apple keyboards list
EPOMAKER TH87 has the very same ID as Apple Aluminum keyboard (05ac:024f) although it doesn't work as expected in compatible way. Put three entries to the non-apple keyboards list to exclude this device: one for BT ("TH87"), one for USB ("HFD Epomaker TH87") and one for dongle ("2.4G Wireless Receiver"). Link: https://bugzilla.suse.com/show_bug.cgi?id=1258455 Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jiri Kosina <jkosina@suse.com>
1 parent 22f8bce commit 7c698de

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/hid/hid-apple.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,9 @@ static const struct apple_non_apple_keyboard non_apple_keyboards[] = {
365365
{ "A3R" },
366366
{ "hfd.cn" },
367367
{ "WKB603" },
368+
{ "TH87" }, /* EPOMAKER TH87 BT mode */
369+
{ "HFD Epomaker TH87" }, /* EPOMAKER TH87 USB mode */
370+
{ "2.4G Wireless Receiver" }, /* EPOMAKER TH87 dongle */
368371
};
369372

370373
static bool apple_is_non_apple_keyboard(struct hid_device *hdev)

0 commit comments

Comments
 (0)