HID: apple: Add "GANSS" to the non-Apple list

While using the name "SONiX USB DEVICE" for wired mode, my GANSS keyboard
uses "GANSS" for bluetooth mode as well, so adding this to the list.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Hilton Chain 2022-07-21 22:34:23 +08:00 committed by Jiri Kosina
parent a0a0505458
commit 20afcc4625

View file

@ -320,7 +320,8 @@ static const struct apple_key_translation swapped_fn_leftctrl_keys[] = {
static const struct apple_non_apple_keyboard non_apple_keyboards[] = {
{ "SONiX USB DEVICE" },
{ "Keychron" },
{ "AONE" }
{ "AONE" },
{ "GANSS" }
};
static bool apple_is_non_apple_keyboard(struct hid_device *hdev)