Commit 20afcc46 authored by Hilton Chain's avatar Hilton Chain Committed by Jiri Kosina
Browse files

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: default avatarHilton Chain <hako@ultrarare.space>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent a0a05054
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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)