[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID:
<PN3PR01MB9597843FE87D50116665ADC4B89CA@PN3PR01MB9597.INDPRD01.PROD.OUTLOOK.COM>
Date: Mon, 19 May 2025 17:46:15 +0530
From: Aditya Garg <gargaditya08@...e.com>
To: Jiri Kosina <jikos@...nel.org>,
Jiri Kosina <jkosina@...e.com>,
Benjamin Tissoires <benjamin.tissoires@...hat.com>,
Benjamin Tissoires <bentiss@...nel.org>
Cc: Grigorii Sokolik <g.sokol99@...okol.info>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Input Mailing List <linux-input@...r.kernel.org>
Subject: [PATCH v6 0/8] HID: apple: combine patch series for all patches recently sent upstream
Hi
This patch series contains various pending patches for hid-apple in a
single series.
The first patch moves the backlight report structs, that were incorrectly
placed between the translation tables, to other related backlight structs.
The second patch makes use of switch case statements for the ever
increasing lengthy device table for fn translation.
The third patch removes the unused APPLE_IGNORE_MOUSE quirk.
The fourth and fifth patch adds Apple Magic Keyboard A3118 and A3119
USB-C support respectively
The sixth patch adds a new fnmode=4 to hid-apple that enabled disabling
translation only for F keys, which is useful in case of Macs with a Touch
Bar, where F keys are shown on the Touch Bar itself.
The seventh patch removes T2 Macs from the hid_mouse_ignore_list since
no driver exists outside the HID subsystem for their trackpads.
The last patch adds support for third party replacement trackpad for
MacBookPro15,1 which has different PID from original one.
v2: Add A3118 Keyboard
v3: Add A3119 Keyboard
v4: The "from" email in patches authored by me was different from the one
I signed off using (thanks to outlook's weird oauth2 requirements).
Anyways, I've managed to get a workaround to get outlook working
finally, so sending them again properly.
v5: The cover letter itself failed to send in v4. Sending again.
v6: Add 3 new patches to improve support on T2 Macs.
Aditya Garg (7):
HID: apple: move backlight report structs to other backlight structs
HID: apple: use switch case to set fn translation table
HID: apple: remove unused APPLE_IGNORE_MOUSE quirk
HID: apple: Add Apple Magic Keyboard A3119 USB-C support
HID: apple: add fnmode=4 to disable translation of fkeys and make it
default on Macs with Touch Bar
HID: quirks: remove T2 devices from hid_mouse_ignore_list
HID: apple: Add necessary IDs and support for replacement trackpad on
MacBookPro15,1
Grigorii Sokolik (1):
HID: apple: Add Apple Magic Keyboard A3118 USB-C support
drivers/hid/hid-apple.c | 220 +++++++++++++++++++++++----------------
drivers/hid/hid-ids.h | 27 ++---
drivers/hid/hid-quirks.c | 9 +-
3 files changed, 146 insertions(+), 110 deletions(-)
--
2.43.0
Powered by blists - more mailing lists