[PATCH 2.4.8-ac5] Another Sony Vaio laptop with a broken APM...

Stelian Pop (stelian.pop@fr.alcove.com)
Thu, 16 Aug 2001 17:34:21 +0200


Hi,

This patch adds yet another Vaio laptop to the list of those
having the APM minutes left swapping problem.

However, the Vaio bioses list is getting bigger and bigger
and 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...

Comments ?

In the meanwhile, Alan, please apply.

Stelian.

diff -uNr --exclude-from=dontdiff linux-2.4.8-ac5.orig/arch/i386/kernel/dmi_scan.c linux-2.4.8-ac5/arch/i386/kernel/dmi_scan.c
--- linux-2.4.8-ac5.orig/arch/i386/kernel/dmi_scan.c Thu Aug 16 13:56:37 2001
+++ linux-2.4.8-ac5/arch/i386/kernel/dmi_scan.c Thu Aug 16 14:06:59 2001
@@ -467,6 +467,11 @@
MATCH(DMI_BIOS_VERSION, "R0121Z1"),
MATCH(DMI_BIOS_DATE, "05/11/00"), NO_MATCH
} },
+ { swab_apm_power_in_minutes, "Sony VAIO", { /* Handle problems with APM on Sony Vaio PCG-C1VN/C1VE */
+ MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies LTD"),
+ MATCH(DMI_BIOS_VERSION, "R0208P1"),
+ MATCH(DMI_BIOS_DATE, "11/09/00"), NO_MATCH
+ } },

/* Problem Intel 440GX bioses */

-- 
Stelian Pop <stelian.pop@fr.alcove.com>
|---------------- Free Software Engineer -----------------|
| Alcôve - http://www.alcove.com - Tel: +33 1 49 22 68 00 |
|------------- Alcôve, liberating software ---------------|
-
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/