* [PATCH] dmi_scan.c, kernel 2.4.18: Another Sony Vaio needing swab_apm_power_in_minutes
@ 2002-03-23 18:03 Michael Piotrowski
0 siblings, 0 replies; only message in thread
From: Michael Piotrowski @ 2002-03-23 18:03 UTC (permalink / raw)
To: linux-kernel
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>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-03-23 18:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-23 18:03 [PATCH] dmi_scan.c, kernel 2.4.18: Another Sony Vaio needing swab_apm_power_in_minutes Michael Piotrowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®