]> git.baikalelectronics.ru Git - kernel.git/commit
platform/x86: asus-wmi: export function for evaluating WMI methods
authorDaniel Drake <drake@endlessm.com>
Tue, 9 Oct 2018 06:40:55 +0000 (14:40 +0800)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 31 Oct 2018 14:11:40 +0000 (16:11 +0200)
commit5b9b2a6d27d438ffec23b5d4ced7090288659630
tree002fa448d6976d5f6bdd2282ea7713929348c388
parent84addaa41fc0af3dd16ca1c82e3e1af64f03cfcb
platform/x86: asus-wmi: export function for evaluating WMI methods

Export asus_wmi_evaluate_method() and related headers for use by other
drivers.

hid-asus is going to use this to avoid advertising that it has a keyboard
backlight when the keyboard backlight is controlled via WMI.

Signed-off-by: Daniel Drake <drake@endlessm.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/asus-wmi.c
include/linux/platform_data/x86/asus-wmi.h [new file with mode: 0644]