linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Luke D. Jones" <luke@ljones.dev>
To: platform-driver-x86@vger.kernel.org
Cc: corentin.chary@gmail.com, hdegoede@redhat.com,
	ilpo.jarvinen@linux.intel.com, linux-kernel@vger.kernel.org,
	jikos@kernel.org, bentiss@kernel.org,
	linux-input@vger.kernel.org, "Luke D. Jones" <luke@ljones.dev>
Subject: [PATCH v3 0/1] hid-asus: use hid for keyboard brightness control
Date: Sat, 13 Jul 2024 19:47:32 +1200	[thread overview]
Message-ID: <20240713074733.77334-1-luke@ljones.dev> (raw)

Refactored V1 of patch to remove the report_id change as it isn't required.

Changelog:
- V3
  - Fix an issue with array initialisation
- V2
  - Split patch in two (use hid, and change report_id)
  - Drop the report_id changing as not required
  - Use dmi_check_system() for DMI matching

History:
- https://lore.kernel.org/linux-input/20240528013959.14661-1-luke@ljones.dev/T/#u

Luke D. Jones (1):
  hid-asus: use hid for brightness control on keyboard

 drivers/hid/hid-asus.c                     |  7 +++++
 drivers/platform/x86/asus-wmi.c            |  3 +-
 include/linux/platform_data/x86/asus-wmi.h | 36 ++++++++++++++++++++++
 3 files changed, 45 insertions(+), 1 deletion(-)

-- 
2.45.2


             reply	other threads:[~2024-07-13  7:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-13  7:47 Luke D. Jones [this message]
2024-07-13  7:47 ` [PATCH v3 1/1] hid-asus: use hid for brightness control on keyboard Luke D. Jones
2024-08-05 15:03   ` Hans de Goede
2025-01-12 12:18   ` Josh Leivenzon
2025-01-13  0:37     ` Luke Jones

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=20240713074733.77334-1-luke@ljones.dev \
    --to=luke@ljones.dev \
    --cc=bentiss@kernel.org \
    --cc=corentin.chary@gmail.com \
    --cc=hdegoede@redhat.com \
    --cc=ilpo.jarvinen@linux.intel.com \
    --cc=jikos@kernel.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --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;
as well as URLs for NNTP newsgroup(s).