From: Ray Lee <ray-lk@madrabbit.org>
To: stelian.pop@fr.alcove.com
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 2.4.8-ac6] (Yet) Another Sony Vaio laptop with a broken APM...
Date: 17 Aug 2001 09:43:38 -0700 [thread overview]
Message-ID: <998066618.31380.53.camel@orca> (raw)
Stelian Pop wrote:
> This patch adds yet another Vaio laptop to the list of those
> having the APM minutes left swapping problem.
Huh, so *that's* what's going on. I normally just pay attention to the
percentage left, since the minutes display was horked. The patch against
2.4.8-ac6 below fixes the same problem for my PCG-XG29. (It may fix it
for a few others as well, at least the XG29K, perhaps the XG19/19k as
well. IIRC, they just differ in the screen size and which version of
windows you have to blow away.)
> I wonder if there is _any_ Vaio laptop that gets this
> item right. If not, we could just do a search on SYS_VENDOR /
> PRODUCT_NAME strings, like the is_sony_vaio_laptop test...
It's looking more and more likely that they're all backwards. Hey, at
least they're consistent, right?
--- linux-2.4.8-ac6.orig/arch/i386/kernel/dmi_scan.c Thu Aug 16 23:13:58 2001
+++ linux-2.4.8-ac6/arch/i386/kernel/dmi_scan.c Thu Aug 16 23:27:38 2001
@@ -472,6 +472,11 @@
MATCH(DMI_BIOS_VERSION, "R0208P1"),
MATCH(DMI_BIOS_DATE, "11/09/00"), NO_MATCH
} },
+ { swab_apm_power_in_minutes, "Sony VAIO", { /* Handle problems with APM on Sony Vaio PCG-XG29 */
+ MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies LTD"),
+ MATCH(DMI_BIOS_VERSION, "R0117A0"),
+ MATCH(DMI_BIOS_DATE, "04/25/00"), NO_MATCH
+ } },
/* Problem Intel 440GX bioses */
--
Ray Lee / Every truth has a context.
next reply other threads:[~2001-08-17 16:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-08-17 16:43 Ray Lee [this message]
2001-08-17 17:08 ` [PATCH 2.4.8-ac6] (Yet) Another Sony Vaio laptop with a broken APM Dave Zarzycki
2001-08-18 8:50 ` Ray Lee
2001-08-17 17:51 ` Andreas Dilger
2001-08-18 8:53 ` Ray Lee
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=998066618.31380.53.camel@orca \
--to=ray-lk@madrabbit.org \
--cc=linux-kernel@vger.kernel.org \
--cc=stelian.pop@fr.alcove.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.