]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitaf4aeee29a066ff8caefe80163aec57a74b388bb
tree50035849ba40776b9040304649867108644f84e8
parent49517c3a6be003e00d4c85ae1d6a6296bd460363
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]