mbox series

[v2,0/1] hid-asus: use hid for keyboard brightness control

Message ID 20240607040532.1074379-1-luke@ljones.dev (mailing list archive)
Headers show
Series hid-asus: use hid for keyboard brightness control | expand

Message

Luke Jones June 7, 2024, 4:05 a.m. UTC
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(-)