From: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
To: platform-driver-x86@vger.kernel.org, linux-input@vger.kernel.org,
Antheas Kapenekakis <lkml@antheas.dev>
Cc: linux-kernel@vger.kernel.org, Jiri Kosina <jikos@kernel.org>,
Benjamin Tissoires <bentiss@kernel.org>,
Corentin Chary <corentin.chary@gmail.com>,
"Luke D . Jones" <luke@ljones.dev>,
Hans de Goede <hansg@kernel.org>,
Denis Benato <denis.benato@linux.dev>
Subject: Re: [PATCH v12 00/11] HID: asus: Fix ASUS ROG Laptop's Keyboard backlight handling
Date: Mon, 26 Jan 2026 16:30:30 +0200 [thread overview]
Message-ID: <176943783022.10029.7795048356126813573.b4-ty@linux.intel.com> (raw)
In-Reply-To: <20260122075044.5070-1-lkml@antheas.dev>
On Thu, 22 Jan 2026 08:50:33 +0100, Antheas Kapenekakis wrote:
> This is a two part series which does the following:
> - Clean-up init sequence
> - Unify backlight handling to happen under asus-wmi so that all Aura
> devices have synced brightness controls and the backlight button works
> properly when it is on a USB laptop keyboard instead of one w/ WMI.
>
> For more context, see cover letter of V1. Since V5, I removed some patches
> to make this easier to merge.
>
> [...]
Thank you for your contribution, it has been applied to my local
review-ilpo-next branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-next branch only once I've pushed my
local branch there, which might take a while.
The list of commits applied:
[01/11] HID: asus: simplify RGB init sequence
commit: 0cd98ed97f1cab77822f0afea2bd4dabadd12a8b
[02/11] HID: asus: initialize additional endpoints only for certain devices
commit: 3415a1beb3d876769e476cae2085bedb6b94da35
[03/11] HID: asus: use same report_id in response
commit: 629771528f76df2e6d8b1d5b9297a0c95b317676
[04/11] HID: asus: fortify keyboard handshake
commit: a96ec7a12e41a3f37784f3f69396facc659ec2d4
[05/11] HID: asus: move vendor initialization to probe
commit: 8baca948f6aad8866b4722f527d01bb4d4e22b6f
[06/11] HID: asus: early return for ROG devices
commit: ee1de467511811c71075e5750785d3c95cf45c5f
[07/11] platform/x86: asus-wmi: Add support for multiple kbd led handlers
commit: efdcbec427f15e6514388c27cf5599604c95b788
[08/11] HID: asus: listen to the asus-wmi brightness device instead of creating one
commit: ba374d424cdd3050d2e1864e7b18393cf3a4d06f
[09/11] platform/x86: asus-wmi: remove unused keyboard backlight quirk
commit: d384a3994712ddaec10ae37549c6f0b1a10e7b98
[10/11] platform/x86: asus-wmi: add keyboard brightness event handler
commit: f9a21738c6993c6720b8b82a7ead644a74497487
[11/11] HID: asus: add support for the asus-wmi brightness handler
commit: 4884d4795a5ce8077bbb5b97e4c2fd51e312087f
--
i.
next prev parent reply other threads:[~2026-01-26 14:30 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-22 7:50 [PATCH v12 00/11] HID: asus: Fix ASUS ROG Laptop's Keyboard backlight handling Antheas Kapenekakis
2026-01-22 7:50 ` [PATCH v12 01/11] HID: asus: simplify RGB init sequence Antheas Kapenekakis
2026-01-22 7:50 ` [PATCH v12 02/11] HID: asus: initialize additional endpoints only for certain devices Antheas Kapenekakis
2026-01-23 0:18 ` Denis Benato
2026-01-22 7:50 ` [PATCH v12 03/11] HID: asus: use same report_id in response Antheas Kapenekakis
2026-01-22 7:50 ` [PATCH v12 04/11] HID: asus: fortify keyboard handshake Antheas Kapenekakis
2026-01-22 7:50 ` [PATCH v12 05/11] HID: asus: move vendor initialization to probe Antheas Kapenekakis
2026-01-22 7:50 ` [PATCH v12 06/11] HID: asus: early return for ROG devices Antheas Kapenekakis
2026-01-22 7:50 ` [PATCH v12 07/11] platform/x86: asus-wmi: Add support for multiple kbd led handlers Antheas Kapenekakis
2026-01-23 0:20 ` Denis Benato
2026-01-22 7:50 ` [PATCH v12 08/11] HID: asus: listen to the asus-wmi brightness device instead of creating one Antheas Kapenekakis
2026-01-22 7:50 ` [PATCH v12 09/11] platform/x86: asus-wmi: remove unused keyboard backlight quirk Antheas Kapenekakis
2026-01-22 7:50 ` [PATCH v12 10/11] platform/x86: asus-wmi: add keyboard brightness event handler Antheas Kapenekakis
2026-01-22 7:50 ` [PATCH v12 11/11] HID: asus: add support for the asus-wmi brightness handler Antheas Kapenekakis
2026-01-26 14:30 ` Ilpo Järvinen [this message]
2026-02-03 19:06 ` [PATCH v12 00/11] HID: asus: Fix ASUS ROG Laptop's Keyboard backlight handling Jiri Kosina
2026-02-03 19:36 ` Antheas Kapenekakis
2026-02-03 19:44 ` Jiri Kosina
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=176943783022.10029.7795048356126813573.b4-ty@linux.intel.com \
--to=ilpo.jarvinen@linux.intel.com \
--cc=bentiss@kernel.org \
--cc=corentin.chary@gmail.com \
--cc=denis.benato@linux.dev \
--cc=hansg@kernel.org \
--cc=jikos@kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lkml@antheas.dev \
--cc=luke@ljones.dev \
--cc=platform-driver-x86@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox