mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
HID: apple: Add Endorfy Thock TKL Wireless to the non-apple keyboard list
The Endorfy Thock TKL Wireless uses the same device ID as an Apple keyboard (05ac:024f), but its F1-F12 function keys do not work correctly by default. Adding two entries to the non-apple keyboard list: one for Bluetooth mode, identified as "Thock TKL Wireless" one for 2.4GHz wireless mode, identified as "USB Dongle" Signed-off-by: Michal Slustik <michal.slustik@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.com>
This commit is contained in:
parent
28abce9513
commit
d1637ff784
|
|
@ -368,6 +368,8 @@ static const struct apple_non_apple_keyboard non_apple_keyboards[] = {
|
|||
{ "TH87" }, /* EPOMAKER TH87 BT mode */
|
||||
{ "HFD Epomaker TH87" }, /* EPOMAKER TH87 USB mode */
|
||||
{ "2.4G Wireless Receiver" }, /* EPOMAKER TH87 dongle */
|
||||
{ "Thock TKL Wireless" }, /* ENDORFY THOCK TKL BT mode */
|
||||
{ "USB Dongle" }, /* ENDORFY THOCK TKL dongle */
|
||||
};
|
||||
|
||||
static bool apple_is_non_apple_keyboard(struct hid_device *hdev)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user