Another Sony Vaio laptop with a broken APM...

Another Sony Vaio laptop with a broken APM...

Post by Stelian Po » Sat, 18 Aug 2001 00:40:09



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

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

--

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

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/