lkml.org 
[lkml]   [2002]   [Mar]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] dmi_scan.c, kernel 2.4.18: Another Sony Vaio needing swab_apm_power_in_minutes
From
Date
Hi,

My Sony Vaio PCG-Z600LEK(DE) has the same APM problem as many other
Vaio models.

Here's the patch, against 2.4.18:


--- arch/i386/kernel/dmi_scan.c.orig Sat Mar 23 17:05:30 2002
+++ arch/i386/kernel/dmi_scan.c Sat Mar 23 18:33:14 2002
@@ -534,6 +534,12 @@
MATCH(DMI_BIOS_DATE, "08/11/00"), NO_MATCH
} },

+ { swab_apm_power_in_minutes, "Sony VAIO", { /* Handle problems with APM on Sony Vaio PCG-Z600LEK(DE) */
+ MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies LTD"),
+ MATCH(DMI_BIOS_VERSION, "R0206Z3"),
+ MATCH(DMI_BIOS_DATE, "12/25/00"), NO_MATCH
+ } },
+
{ swab_apm_power_in_minutes, "Sony VAIO", { /* Handle problems with APM on Sony Vaio PCG-Z505LS */
MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies LTD"),
MATCH(DMI_BIOS_VERSION, "R0203D0"),

--
Michael Piotrowski, M.A. <mxp@dynalabs.de>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:25    [W:2.589 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site