Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/acpi Match LEN0068 in thinkpad(4) too, as newer Thin...
details: https://anonhg.NetBSD.org/src/rev/468aa6804dc4
branches: trunk
changeset: 782876:468aa6804dc4
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sat Nov 24 20:56:39 2012 +0000
description:
Match LEN0068 in thinkpad(4) too, as newer Thinkpads report.
Tested on a W530. Lots of stuff is missing, though.
diffstat:
sys/dev/acpi/thinkpad_acpi.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 4468edc4d0c4 -r 468aa6804dc4 sys/dev/acpi/thinkpad_acpi.c
--- a/sys/dev/acpi/thinkpad_acpi.c Sat Nov 24 19:48:24 2012 +0000
+++ b/sys/dev/acpi/thinkpad_acpi.c Sat Nov 24 20:56:39 2012 +0000
@@ -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 <jmcneill%invisible.ca@localhost>
@@ -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 @@
static const char * const thinkpad_ids[] = {
"IBM0068",
+ "LEN0068",
NULL
};
Home |
Main Index |
Thread Index |
Old Index