Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/sys/dev/acpi Pull up following revision(s) (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/539461cb67f5
branches:  netbsd-6
changeset: 776602:539461cb67f5
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Apr 11 08:45:18 2014 +0000

description:
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.

diffstat:

 sys/dev/acpi/thinkpad_acpi.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r e96c40ff250b -r 539461cb67f5 sys/dev/acpi/thinkpad_acpi.c
--- a/sys/dev/acpi/thinkpad_acpi.c      Fri Apr 11 08:38:07 2014 +0000
+++ b/sys/dev/acpi/thinkpad_acpi.c      Fri Apr 11 08:45:18 2014 +0000
@@ -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 <jmcneill%invisible.ca@localhost>
@@ -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 @@
 
 static const char * const thinkpad_ids[] = {
        "IBM0068",
+       "LEN0068",
        NULL
 };
 



Home | Main Index | Thread Index | Old Index