Skip to content

Commit

Permalink
HID: apple: Add "GANSS" to the non-Apple list
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
rakino authored and Jiri Kosina committed Jul 22, 2022
1 parent a0a0505 commit 20afcc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/hid/hid-apple.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 20afcc4

Please sign in to comment.