diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-06-24 08:24:58 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-06-24 08:24:58 +0000 |
commit | e11143859b604848c0e4f8a52fb5485186f37917 (patch) | |
tree | 1b096e6262345d30228f48bb77080b8c4ee12e0a | |
parent | 395a97b720316a5d408f52359be7d2c1fb6a64c3 (diff) |
Thinkpad -> ThinkPad
-rw-r--r-- | sys/dev/acpi/acpireg.h | 4 | ||||
-rw-r--r-- | sys/dev/acpi/files.acpi | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/acpi/acpireg.h b/sys/dev/acpi/acpireg.h index 8f2289c76a0..3a32b89d121 100644 --- a/sys/dev/acpi/acpireg.h +++ b/sys/dev/acpi/acpireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: acpireg.h,v 1.14 2008/04/27 16:23:16 jcs Exp $ */ +/* $OpenBSD: acpireg.h,v 1.15 2008/06/24 08:24:57 sobrado Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> * Copyright (c) 2005 Marco Peereboom <marco@openbsd.org> @@ -485,6 +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 */ +#define ACPI_DEV_THINKPAD "IBM0068" /* ThinkPad support */ #endif /* !_DEV_ACPI_ACPIREG_H_ */ diff --git a/sys/dev/acpi/files.acpi b/sys/dev/acpi/files.acpi index bbac54f8c9f..cc34895db3f 100644 --- a/sys/dev/acpi/files.acpi +++ b/sys/dev/acpi/files.acpi @@ -1,4 +1,4 @@ -# $OpenBSD: files.acpi,v 1.18 2008/04/27 16:23:16 jcs Exp $ +# $OpenBSD: files.acpi,v 1.19 2008/06/24 08:24:57 sobrado Exp $ # # Config file and device description for machine-independent ACPI code. # Included by ports that need it. @@ -71,7 +71,7 @@ device acpiasus attach acpiasus at acpi file dev/acpi/acpiasus.c acpiasus -# IBM/Lenovo Thinkpad support +# IBM/Lenovo ThinkPad support device acpithinkpad attach acpithinkpad at acpi file dev/acpi/acpithinkpad.c acpithinkpad |