[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <DA80C1BF-4E90-4F1A-BE83-BFE25D5415A4@live.com>
Date: Fri, 7 Mar 2025 12:02:36 +0000
From: Aditya Garg <gargaditya08@...e.com>
To: Jiri Kosina <jikos@...nel.org>, "jkosina@...e.com" <jkosina@...e.com>,
Benjamin Tissoires <benjamin.tissoires@...hat.com>, "bentiss@...nel.org"
<bentiss@...nel.org>
CC: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
"linux-input@...r.kernel.org" <linux-input@...r.kernel.org>
Subject: Re: [PATCH 0/2] HID: apple: improvements for code readability
> On 4 Mar 2025, at 2:42 PM, Aditya Garg <gargaditya08@...e.com> wrote:
>
> Hi
>
> This small patch series aims to improve the code readability in hid-apple.
>
> 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.
>
> Aditya Garg (2):
> HID: apple: move backlight report structs alongwith other backlight
> structs
> HID: apple: use switch case to set fn translation table
>
> drivers/hid/hid-apple.c | 100 ++++++++++++++++++++++------------------
> 1 file changed, 54 insertions(+), 46 deletions(-)
>
> --
> 2.43.0
>
A v2 with more patches has been sent here:
https://lore.kernel.org/linux-input/A4FBEA54-C7BA-4864-9C4E-E41933D81FB0@live.com/T/#t
There were conflicting patches sent upstream by another person, so its best to combine them in one series, making things easier for both of us.
Powered by blists - more mailing lists