[PATCH] dmi_scan.c, kernel 2.4.18: Another Sony Vaio needing swab_apm_power_in_minutes

From: Michael Piotrowski (mxp@dynalabs.de)
Date: Sat Mar 23 2002 - 13:03:44 EST


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/



This archive was generated by hypermail 2b29 : Sat Mar 23 2002 - 22:00:29 EST