The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v2 0/4] HID: apple: combine patch series for all patches recently sent upstream
@ 2025-03-07 11:57 Aditya Garg
  2025-03-07 11:58 ` [PATCH v2 1/4] HID: apple: move backlight report structs to other backlight structs Aditya Garg
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Aditya Garg @ 2025-03-07 11:57 UTC (permalink / raw)
  To: Jiri Kosina, Jiri Kosina, jkosina@suse.cz, Benjamin Tissoires,
	bentiss@kernel.org
  Cc: Grigorii Sokolik, Linux Kernel Mailing List,
	linux-input@vger.kernel.org

Hi

This small 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 last patch adds Apple Magic Keyboard a3118 USB-C support.

Aditya Garg (3):
  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

Grigorii Sokolik (1):
  HID: hid-apple: Apple Magic Keyboard a3118 USB-C support

 drivers/hid/hid-apple.c | 121 ++++++++++++++++++++++------------------
 drivers/hid/hid-ids.h   |   9 +--
 2 files changed, 72 insertions(+), 58 deletions(-)

-- 
2.39.5 (Apple Git-154)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-03-07 12:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-07 11:57 [PATCH v2 0/4] HID: apple: combine patch series for all patches recently sent upstream Aditya Garg
2025-03-07 11:58 ` [PATCH v2 1/4] HID: apple: move backlight report structs to other backlight structs Aditya Garg
2025-03-07 11:58 ` [PATCH v2 2/4] HID: apple: use switch case to set fn translation table Aditya Garg
2025-03-07 11:59 ` [PATCH v2 3/4] HID: apple: remove unused APPLE_IGNORE_MOUSE quirk Aditya Garg
2025-03-07 12:00 ` [PATCH v2 4/4] HID: hid-apple: Apple Magic Keyboard a3118 USB-C support Aditya Garg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox