* [PATCH] HID: apple: Set the tilde quirk flag on the Geyser 3
@ 2023-04-04 2:48 Alex Henrie
2023-04-13 15:04 ` Benjamin Tissoires
0 siblings, 1 reply; 2+ messages in thread
From: Alex Henrie @ 2023-04-04 2:48 UTC (permalink / raw)
To: linux-input, jkosina; +Cc: Alex Henrie
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>
---
It's probably too late to squash this into my previous patch, but you
can if you want.
---
drivers/hid/hid-apple.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/hid/hid-apple.c b/drivers/hid/hid-apple.c
index 5c145775482b..e2c73a78b597 100644
--- a/drivers/hid/hid-apple.c
+++ b/drivers/hid/hid-apple.c
@@ -875,7 +875,8 @@ static const struct hid_device_id apple_devices[] = {
{ HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_ANSI),
.driver_data = APPLE_NUMLOCK_EMULATION | APPLE_HAS_FN },
{ HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_ISO),
- .driver_data = APPLE_NUMLOCK_EMULATION | APPLE_HAS_FN },
+ .driver_data = APPLE_NUMLOCK_EMULATION | APPLE_HAS_FN |
+ APPLE_ISO_TILDE_QUIRK },
{ HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER3_JIS),
.driver_data = APPLE_NUMLOCK_EMULATION | APPLE_HAS_FN |
APPLE_RDESC_JIS },
--
2.40.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] HID: apple: Set the tilde quirk flag on the Geyser 3
2023-04-04 2:48 [PATCH] HID: apple: Set the tilde quirk flag on the Geyser 3 Alex Henrie
@ 2023-04-13 15:04 ` Benjamin Tissoires
0 siblings, 0 replies; 2+ messages in thread
From: Benjamin Tissoires @ 2023-04-13 15:04 UTC (permalink / raw)
To: linux-input, jkosina, Alex Henrie
On Mon, 03 Apr 2023 20:48:29 -0600, Alex Henrie wrote:
> 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
>
> [...]
Applied to hid/hid.git (for-6.4/apple), thanks!
[1/1] HID: apple: Set the tilde quirk flag on the Geyser 3
https://git.kernel.org/hid/hid/c/29e1ecc197d4
Cheers,
--
Benjamin Tissoires <benjamin.tissoires@redhat.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-04-13 15:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-04 2:48 [PATCH] HID: apple: Set the tilde quirk flag on the Geyser 3 Alex Henrie
2023-04-13 15:04 ` Benjamin Tissoires
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).