linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michael Piotrowski <mxp@dynalabs.de>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] dmi_scan.c, kernel 2.4.18: Another Sony Vaio needing swab_apm_power_in_minutes
Date: Sat, 23 Mar 2002 19:03:44 +0100	[thread overview]
Message-ID: <x6663nrwjj.fsf@notus.mii.dynalabs.de> (raw)

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>

                 reply	other threads:[~2002-03-23 18:03 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=x6663nrwjj.fsf@notus.mii.dynalabs.de \
    --to=mxp@dynalabs.de \
    --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).