This is a note to let you know that I've just added the patch titled

    ACPI: EC: add Vista incompatibility DMI entry for Toshiba Satellite L355

to the 2.6.32-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     
acpi-ec-add-vista-incompatibility-dmi-entry-for-toshiba-satellite-l355.patch
and it can be found in the queue-2.6.32 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From 7a1d602f5fc35d14907b7da98d5627acb69589d1 Mon Sep 17 00:00:00 2001
From: Len Brown <[email protected]>
Date: Tue, 28 Sep 2010 17:51:51 -0400
Subject: ACPI: EC: add Vista incompatibility DMI entry for Toshiba Satellite 
L355

From: Len Brown <[email protected]>

commit 7a1d602f5fc35d14907b7da98d5627acb69589d1 upstream.

https://bugzilla.kernel.org/show_bug.cgi?id=12641

Signed-off-by: Len Brown <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 drivers/acpi/blacklist.c |    8 ++++++++
 1 file changed, 8 insertions(+)

--- a/drivers/acpi/blacklist.c
+++ b/drivers/acpi/blacklist.c
@@ -226,6 +226,14 @@ static struct dmi_system_id acpi_osi_dmi
                },
        },
        {
+       .callback = dmi_disable_osi_vista,
+       .ident = "Toshiba Satellite L355",
+       .matches = {
+                    DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+                    DMI_MATCH(DMI_PRODUCT_VERSION, "Satellite L355"),
+               },
+       },
+       {
        .callback = dmi_disable_osi_win7,
        .ident = "ASUS K50IJ",
        .matches = {


Patches currently in stable-queue which might be from [email protected] are

queue-2.6.32/acpi-ec-add-vista-incompatibility-dmi-entry-for-toshiba-satellite-l355.patch
queue-2.6.32/acpi-cpufreq-fix-a-memleak-when-unloading-driver.patch

_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable

Reply via email to