asus-laptop: add base driver
authorCorentin Chary <corentincj@iksaif.net>
Fri, 26 Jan 2007 13:04:30 +0000 (14:04 +0100)
committerLen Brown <len.brown@intel.com>
Tue, 30 Jan 2007 06:36:57 +0000 (01:36 -0500)
commit85091b718969be7b8e6f795af7e264b8afcd7a6d
treed75b4598e47dee15b2ee22c26107f68017cb431e
parent5263bf65d6342e12ab716db8e529501670979321
asus-laptop: add base driver

Adds the new driver and make ASUS_LAPTOP and ACPI_ASUS
incompatible.  It may be strange to use ASUS_CREATE_DEVICE_ATTR
and ASUS_SET_DEVICE_ATTR now, but these macro will be very
usefull in next patchs.  ASUS_HANDLE and ASUS_HANDLE_INIT comes
from IBM_HANDLE and IBM_HANDLE_INIT, with some modification,
and will also be used in next patchs.

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Len Brown <len.brown@intel.com>
MAINTAINERS
drivers/acpi/Kconfig
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/asus-laptop.c [new file with mode: 0644]