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)
commitffb6ce7086ee2d68d8d6d987882f1c5e923fee7e
tree002fa448d6976d5f6bdd2282ea7713929348c388
parent29f6eb533c3be9b9c74cdeacc7bf14d927a8adb4
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]