linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Robert J.Dunlop" <rjd@xyzzy.clara.co.uk>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: linux-kernel@vger.kernel.org
Subject: PATCH for another bad VAIO APM BIOS
Date: Sat, 28 Jul 2001 07:41:43 +0100	[thread overview]
Message-ID: <20010728074143.A16328@xyzzy.clara.co.uk> (raw)

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

                 reply	other threads:[~2001-07-28  6:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010728074143.A16328@xyzzy.clara.co.uk \
    --to=rjd@xyzzy.clara.co.uk \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).