Module Name: src
Committed By: msaitoh
Date: Fri Apr 11 08:45:18 UTC 2014
Modified Files:
src/sys/dev/acpi [netbsd-6]: thinkpad_acpi.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1039):
sys/dev/acpi/thinkpad_acpi.c: revision 1.42
Match LEN0068 in thinkpad(4) too, as newer Thinkpads report.
Tested on a W530. Lots of stuff is missing, though.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.39.8.1 src/sys/dev/acpi/thinkpad_acpi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/acpi/thinkpad_acpi.c
diff -u src/sys/dev/acpi/thinkpad_acpi.c:1.39 src/sys/dev/acpi/thinkpad_acpi.c:1.39.8.1
--- src/sys/dev/acpi/thinkpad_acpi.c:1.39 Mon Jun 20 15:00:04 2011
+++ src/sys/dev/acpi/thinkpad_acpi.c Fri Apr 11 08:45:18 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: thinkpad_acpi.c,v 1.39 2011/06/20 15:00:04 pgoyette Exp $ */
+/* $NetBSD: thinkpad_acpi.c,v 1.39.8.1 2014/04/11 08:45:18 msaitoh Exp $ */
/*-
* Copyright (c) 2007 Jared D. McNeill <[email protected]>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: thinkpad_acpi.c,v 1.39 2011/06/20 15:00:04 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: thinkpad_acpi.c,v 1.39.8.1 2014/04/11 08:45:18 msaitoh Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -132,6 +132,7 @@ CFATTACH_DECL_NEW(thinkpad, sizeof(think
static const char * const thinkpad_ids[] = {
"IBM0068",
+ "LEN0068",
NULL
};