]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
HID: asus: Add WMI communication infrastructure
authorIonut Nechita <ionut_n2001@yahoo.com>
Wed, 7 Jan 2026 15:42:22 +0000 (17:42 +0200)
committerJiri Kosina <jkosina@suse.com>
Thu, 8 Jan 2026 11:17:16 +0000 (12:17 +0100)
commitc888d0bd055b57688534a884f8f210a91d15e00f
tree3b6fa5daa992eead3480af466fa874030dfb5904
parent7fe565fb83ba7074dca1d25696f1d30116555528
HID: asus: Add WMI communication infrastructure

Add infrastructure for the HID driver to communicate with the asus-wmi
driver for handling special keys that require WMI communication.

This includes:
- Define ASUS_WMI_METHODID_NOTIF method ID in asus-wmi.h
- Implement asus_wmi_send_event() function to send events to asus-wmi

Reviewed-by: Denis Benato <benato.denis96@gmail.com>
Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org>
Signed-off-by: Ionut Nechita <ionut_n2001@yahoo.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/hid-asus.c
include/linux/platform_data/x86/asus-wmi.h