asus-wmi: factorise wmi_evaluate_method call
authorCorentin Chary <corentincj@iksaif.net>
Sat, 26 Feb 2011 09:20:35 +0000 (10:20 +0100)
committerMatthew Garrett <mjg@redhat.com>
Mon, 28 Mar 2011 10:07:21 +0000 (06:07 -0400)
commitd33da3b6866975b17fbec67540f6153f5dcdcec7
treef679dc63b98fafe77e7561b4ed49d206cc25a380
parenta75fe0d78ec00d3d5b2c42b1ee76b22e99f213d1
asus-wmi: factorise wmi_evaluate_method call

This patch create a single function to call the
WMI methods. This function handle inexistent methods (when
implemented by the WMI devices, and this is not the case on
Eee PCs), ACPI errors, etc..

Also pack struct bios_arg, and make sure that we always send
a 64bit buffer when calling a WMI method, because this is
needed on Asus notebooks.

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/asus-wmi.c