PATCH for another bad VAIO APM BIOS

Robert J.Dunlop (rjd@xyzzy.clara.co.uk)
Sat, 28 Jul 2001 07:41:43 +0100


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
-
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/