linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PATCH for another bad VAIO APM BIOS
@ 2001-07-28  6:41 Robert J.Dunlop
  0 siblings, 0 replies; only message in thread
From: Robert J.Dunlop @ 2001-07-28  6:41 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel

Hi,

Another VAIO BIOS to join the list that byte swap the battery condition.
This is a Sony VAIO PCG-Z600NE.
The patch is against 2.4.7-ac2


--- linux/arch/i386/kernel/dmi_scan.c.orig	Sat Jul 28 07:20:00 2001
+++ linux/arch/i386/kernel/dmi_scan.c	Sat Jul 28 07:19:44 2001
@@ -347,6 +347,11 @@
 			MATCH(DMI_BIOS_VERSION, "R0203D0"),
 			MATCH(DMI_BIOS_DATE, "05/12/00"), NO_MATCH
 			} },
+	{ swab_apm_power_in_minutes, "Sony VAIO", {	/* Handle problems with APM on Sony Vaio PCG-Z600NE */
+			MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies LTD"),
+			MATCH(DMI_BIOS_VERSION, "R0121Z1"),
+			MATCH(DMI_BIOS_DATE, "05/11/00"), NO_MATCH
+			} },
 	{ NULL, }
 };
	


-- 
        Bob Dunlop                      FarSite Communications
        rjd@xyzzy.clara.co.uk           bob.dunlop@farsite.co.uk
        www.xyzzy.clara.co.uk           www.farsite.co.uk

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-07-28  6:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-28  6:41 PATCH for another bad VAIO APM BIOS Robert J.Dunlop

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).