HID: apple: Add "GANSS" to the non-Apple list
authorHilton Chain <hako@ultrarare.space>
Thu, 21 Jul 2022 14:34:23 +0000 (22:34 +0800)
committerJiri Kosina <jkosina@suse.cz>
Fri, 22 Jul 2022 13:05:22 +0000 (15:05 +0200)
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>
drivers/hid/hid-apple.c

index 7fbde58e12197c9c847630bb5072f4a4b9f9daaf..6970797cdc56de5c65f07460ce852fcde6d6745f 100644 (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)