Module Name:    src
Committed By:   riastradh
Date:           Sat Nov 24 20:56:39 UTC 2012

Modified Files:
        src/sys/dev/acpi: thinkpad_acpi.c

Log Message:
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.41 -r1.42 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.41 src/sys/dev/acpi/thinkpad_acpi.c:1.42
--- src/sys/dev/acpi/thinkpad_acpi.c:1.41	Tue Aug 14 14:36:43 2012
+++ src/sys/dev/acpi/thinkpad_acpi.c	Sat Nov 24 20:56:39 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: thinkpad_acpi.c,v 1.41 2012/08/14 14:36:43 jruoho Exp $ */
+/* $NetBSD: thinkpad_acpi.c,v 1.42 2012/11/24 20:56:39 riastradh Exp $ */
 
 /*-
  * Copyright (c) 2007 Jared D. McNeill <jmcne...@invisible.ca>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: thinkpad_acpi.c,v 1.41 2012/08/14 14:36:43 jruoho Exp $");
+__KERNEL_RCSID(0, "$NetBSD: thinkpad_acpi.c,v 1.42 2012/11/24 20:56:39 riastradh Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -133,6 +133,7 @@ CFATTACH_DECL_NEW(thinkpad, sizeof(think
 
 static const char * const thinkpad_ids[] = {
 	"IBM0068",
+	"LEN0068",
 	NULL
 };
 

Reply via email to