diff options
author | Hilton Chain <hako@ultrarare.space> | 2022-07-21 17:34:23 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2022-07-22 16:05:22 +0300 |
commit | 20afcc462579c0bd79a59ab2b87b82ffa833d118 (patch) | |
tree | c840398c1ed9aec5e3682c50d8b1cb5fdc38fb2f /drivers/hid | |
parent | a0a05054583fed17f522172e101594f1ff265463 (diff) | |
download | linux-20afcc462579c0bd79a59ab2b87b82ffa833d118.tar.xz |
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>
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/hid-apple.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/hid/hid-apple.c b/drivers/hid/hid-apple.c index 7fbde58e1219..6970797cdc56 100644 --- a/drivers/hid/hid-apple.c +++ b/drivers/hid/hid-apple.c @@ -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) |