asus-nb-wmi: Asus Notebooks WMI Driver
authorCorentin Chary <corentincj@iksaif.net>
Sat, 26 Feb 2011 09:20:40 +0000 (10:20 +0100)
committerMatthew Garrett <mjg@redhat.com>
Mon, 28 Mar 2011 10:07:23 +0000 (06:07 -0400)
commitb229ece9911cc0b2415d3ffd55d7b2a28d30b614
tree50035849ba40776b9040304649867108644f84e8
parentef343491db1770a3af5010ba007167c348cdbe1a
asus-nb-wmi: Asus Notebooks WMI Driver

Introduce a new driver for Asus Notebooks shipped with
a WMI device instead of the old ACPI device. The WMI
device is almost the same as the one present in Eee PC,
but the event guid and the keymap are different.

The keymap comes from asus-laptop module.

On Asus notebooks, when you call the WMI device, you always
need a 64bit buffer, even if you only want to get the state
of a device (tested on a G73).

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
MAINTAINERS
drivers/platform/x86/Kconfig
drivers/platform/x86/Makefile
drivers/platform/x86/asus-nb-wmi.c [new file with mode: 0644]