asus-wmi: move generic code to asus-wmi
authorCorentin Chary <corentincj@iksaif.net>
Sat, 26 Feb 2011 09:20:30 +0000 (10:20 +0100)
committerMatthew Garrett <mjg@redhat.com>
Mon, 28 Mar 2011 10:07:20 +0000 (06:07 -0400)
commit5b799d4fb787bb94f1068352220ab033ac7969f8
tree2a3b7ca5ddafc8c303a9c190b40f0246e81118f3
parentf017fbe7993d8416824aaf079fa1e6dc88d1ba55
asus-wmi: move generic code to asus-wmi

New Asus notebooks are using a WMI device similar to
the one used in Eee PCs. Since we don't want to load
a module named eeepc-laptop on Asus Notebooks, start by
copying all the code to asus-wmi.c.

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