Skip to content

Commit 20afcc4

Browse files
rakinoJiri Kosina
authored and
Jiri Kosina
committed
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 <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent a0a0505 commit 20afcc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/hid/hid-apple.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,8 @@ static const struct apple_key_translation swapped_fn_leftctrl_keys[] = {
320320
static const struct apple_non_apple_keyboard non_apple_keyboards[] = {
321321
{ "SONiX USB DEVICE" },
322322
{ "Keychron" },
323-
{ "AONE" }
323+
{ "AONE" },
324+
{ "GANSS" }
324325
};
325326

326327
static bool apple_is_non_apple_keyboard(struct hid_device *hdev)

0 commit comments

Comments
 (0)