summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpivar.h
diff options
context:
space:
mode:
authorphilip <philip@FreeBSD.org>2004-04-22 21:29:02 +0000
committerphilip <philip@FreeBSD.org>2004-04-22 21:29:02 +0000
commit46d76e027dd2c0f7e79a102023f0f203a80517e7 (patch)
treed44d99c44aeba1bd455e2300dba12efd3f554bab /sys/dev/acpica/acpivar.h
parentcbd248f2b7c3a0457219d93b3fb1d56a50f9a4a5 (diff)
downloadFreeBSD-src-46d76e027dd2c0f7e79a102023f0f203a80517e7.zip
FreeBSD-src-46d76e027dd2c0f7e79a102023f0f203a80517e7.tar.gz
Add the ACPI Asus extras driver. Provides support for cool ACPI-controled
gadgets (hotkeys, lcd, ...) on Asus laptops. I aim to closely track the acpi4asus project which implements these features in the Linux kernel. If this breaks your laptop, please let me know how it does it :-) Approved by: njl (mentor)
Diffstat (limited to 'sys/dev/acpica/acpivar.h')
-rw-r--r--sys/dev/acpica/acpivar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h
index 99b6ac7..0f21db5 100644
--- a/sys/dev/acpica/acpivar.h
+++ b/sys/dev/acpica/acpivar.h
@@ -124,6 +124,7 @@ struct acpi_device {
#define ACPI_PROCESSOR 0x00800000
#define ACPI_THERMAL 0x01000000
#define ACPI_TIMER 0x02000000
+#define ACPI_ASUS 0x04000000
/*
* Constants for different interrupt models used with acpi_SetIntrModel().
OpenPOWER on IntegriCloud