Skip to content

Commit 29e1ecc

Browse files
alexhenriebentiss
authored andcommitted
HID: apple: Set the tilde quirk flag on the Geyser 3
I was finally able to obtain a MacBook1,1 to test and I've now confirmed that it has the tilde key quirk as well: Product Model Year System CPU Shape Labels Country Quirky ============================================================================ 05ac:0218 A1181 2006 MacBook1,1 T2500 ISO British 13 Yes Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Link: https://lore.kernel.org/r/20230404024829.13982-1-alexhenrie24@gmail.com Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
1 parent 6c89c11 commit 29e1ecc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/hid/hid-apple.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,8 @@ static const struct hid_device_id apple_devices[] = {
876876
{ HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_ANSI),
877877
.driver_data = APPLE_NUMLOCK_EMULATION | APPLE_HAS_FN },
878878
{ HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_ISO),
879-
.driver_data = APPLE_NUMLOCK_EMULATION | APPLE_HAS_FN },
879+
.driver_data = APPLE_NUMLOCK_EMULATION | APPLE_HAS_FN |
880+
APPLE_ISO_TILDE_QUIRK },
880881
{ HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_JIS),
881882
.driver_data = APPLE_NUMLOCK_EMULATION | APPLE_HAS_FN |
882883
APPLE_RDESC_JIS },

0 commit comments

Comments
 (0)