Linux Input/HID development
 help / color / mirror / Atom feed
* [PATCH v2 0/1] hid-asus: use hid for keyboard brightness control
@ 2024-06-07  4:05 Luke D. Jones
  2024-06-07  4:05 ` [PATCH v2 1/1] hid-asus: use hid for brightness control on keyboard Luke D. Jones
  0 siblings, 1 reply; 6+ messages in thread
From: Luke D. Jones @ 2024-06-07  4:05 UTC (permalink / raw)
  To: jikos; +Cc: bentiss, linux-input, linux-kernel, Luke D. Jones

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

Changelog:
- 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 | 45 ++++++++++++++++++++++
 3 files changed, 54 insertions(+), 1 deletion(-)

-- 
2.45.1


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

end of thread, other threads:[~2024-06-25 15:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-07  4:05 [PATCH v2 0/1] hid-asus: use hid for keyboard brightness control Luke D. Jones
2024-06-07  4:05 ` [PATCH v2 1/1] hid-asus: use hid for brightness control on keyboard Luke D. Jones
2024-06-07 23:24   ` Luke Jones
2024-06-16  5:25     ` Luke Jones
2024-06-19 14:39       ` Jiri Kosina
2024-06-25 15:02         ` Benjamin Tissoires

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