diff options
author | joshua stein <jcs@cvs.openbsd.org> | 2008-04-27 16:23:17 +0000 |
---|---|---|
committer | joshua stein <jcs@cvs.openbsd.org> | 2008-04-27 16:23:17 +0000 |
commit | 7046c098af8880891ee39c99d5f5fa11ce76ef4b (patch) | |
tree | a0f859426087abb1c3e0fb332f9bfa1525bfdb05 /sys/dev/acpi/acpireg.h | |
parent | bd03abea783aaa8400341d61a5af3f6f0f8f7bf2 (diff) |
add acpithinkpad(4), an acpi support driver for ibm/lenovo
thinkpads.
provides functionality that the bios did on older, non-acpi
thinkpads like respond to screen brightness keys and toggle the
bluetooth device on and off.
ok deraadt@ and marco@
Diffstat (limited to 'sys/dev/acpi/acpireg.h')
-rw-r--r-- | sys/dev/acpi/acpireg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/acpi/acpireg.h b/sys/dev/acpi/acpireg.h index e2e42e311df..8f2289c76a0 100644 --- a/sys/dev/acpi/acpireg.h +++ b/sys/dev/acpi/acpireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: acpireg.h,v 1.13 2008/04/24 13:57:49 jsing Exp $ */ +/* $OpenBSD: acpireg.h,v 1.14 2008/04/27 16:23:16 jcs Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> * Copyright (c) 2005 Marco Peereboom <marco@openbsd.org> @@ -485,5 +485,6 @@ struct acpi_facs { #define ACPI_DEV_THZ "THERMALZONE" /* Thermal Zone */ #define ACPI_DEV_FFB "FIXEDBUTTON" /* Fixed Feature Button */ #define ACPI_DEV_ASUS "ASUS010" /* ASUS Hotkeys */ +#define ACPI_DEV_THINKPAD "IBM0068" /* Thinkpad support */ #endif /* !_DEV_ACPI_ACPIREG_H_ */ |