diff options
author | Corentin Chary <corentincj@iksaif.net> | 2007-01-26 08:04:30 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-01-30 01:36:57 -0500 |
commit | 85091b718969be7b8e6f795af7e264b8afcd7a6d (patch) | |
tree | d75b4598e47dee15b2ee22c26107f68017cb431e /drivers/acpi | |
parent | 5263bf65d6342e12ab716db8e529501670979321 (diff) |
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>
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/Kconfig | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index f4f000abc4e9..deed0de79a98 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -186,19 +186,22 @@ config ACPI_ASUS | |||
186 | 186 | ||
187 | Note: display switching code is currently considered EXPERIMENTAL, | 187 | Note: display switching code is currently considered EXPERIMENTAL, |
188 | toying with these values may even lock your machine. | 188 | toying with these values may even lock your machine. |
189 | 189 | ||
190 | All settings are changed via /proc/acpi/asus directory entries. Owner | 190 | All settings are changed via /proc/acpi/asus directory entries. Owner |
191 | and group for these entries can be set with asus_uid and asus_gid | 191 | and group for these entries can be set with asus_uid and asus_gid |
192 | parameters. | 192 | parameters. |
193 | 193 | ||
194 | More information and a userspace daemon for handling the extra buttons | 194 | More information and a userspace daemon for handling the extra buttons |
195 | at <http://sourceforge.net/projects/acpi4asus/>. | 195 | at <http://sourceforge.net/projects/acpi4asus/>. |
196 | 196 | ||
197 | If you have an ACPI-compatible ASUS laptop, say Y or M here. This | 197 | If you have an ACPI-compatible ASUS laptop, say Y or M here. This |
198 | driver is still under development, so if your laptop is unsupported or | 198 | driver is still under development, so if your laptop is unsupported or |
199 | something works not quite as expected, please use the mailing list | 199 | something works not quite as expected, please use the mailing list |
200 | available on the above page (acpi4asus-user@lists.sourceforge.net) | 200 | available on the above page (acpi4asus-user@lists.sourceforge.net). |
201 | 201 | ||
202 | NOTE: This driver is deprecated and will probably be removed soon, | ||
203 | use asus-laptop instead. | ||
204 | |||
202 | config ACPI_IBM | 205 | config ACPI_IBM |
203 | tristate "IBM ThinkPad Laptop Extras" | 206 | tristate "IBM ThinkPad Laptop Extras" |
204 | depends on X86 | 207 | depends on X86 |