summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpireg.h
diff options
context:
space:
mode:
authorJoshua Stein <jcs@cvs.openbsd.org>2017-02-25 19:15:10 +0000
committerJoshua Stein <jcs@cvs.openbsd.org>2017-02-25 19:15:10 +0000
commit4b9ba26cbb4a74d477afc04bf63bf967c67ecd9b (patch)
tree5103f383037bca36461e1689fa1e711f7297b46b /sys/dev/acpi/acpireg.h
parent2837c46c709e8497d16af24c8f0ed4f3de7e9a9f (diff)
attach acpithinkpad to LEN0268 HID found on newer thinkpads
Diffstat (limited to 'sys/dev/acpi/acpireg.h')
-rw-r--r--sys/dev/acpi/acpireg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/acpi/acpireg.h b/sys/dev/acpi/acpireg.h
index 1bef5c4fba4..75d20098fc0 100644
--- a/sys/dev/acpi/acpireg.h
+++ b/sys/dev/acpi/acpireg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: acpireg.h,v 1.36 2016/07/10 20:36:41 kettenis Exp $ */
+/* $OpenBSD: acpireg.h,v 1.37 2017/02/25 19:15:09 jcs Exp $ */
/*
* Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com>
* Copyright (c) 2005 Marco Peereboom <marco@openbsd.org>
@@ -766,6 +766,7 @@ struct acpi_ivrs {
#define ACPI_DEV_ASUS1 "ATK0100" /* ASUS Special Device */
#define ACPI_DEV_IBM "IBM0068" /* IBM ThinkPad support */
#define ACPI_DEV_LENOVO "LEN0068" /* Lenovo ThinkPad support */
+#define ACPI_DEV_LENOVO2 "LEN0268" /* Lenovo ThinkPad support */
#define ACPI_DEV_ASUSAIBOOSTER "ATK0110" /* ASUSTeK AI Booster */
#define ACPI_DEV_TOSHIBA_LIBRETTO "TOS6200" /* Toshiba Libretto support */
#define ACPI_DEV_TOSHIBA_DYNABOOK "TOS6207" /* Toshiba Dynabook support */