]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ACPI: EC: add Vista incompatibility DMI entry for Toshiba Satellite L355
authorLen Brown <len.brown@intel.com>
Tue, 28 Sep 2010 21:51:51 +0000 (17:51 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 29 Oct 2010 04:51:42 +0000 (21:51 -0700)
commit 7a1d602f5fc35d14907b7da98d5627acb69589d1 upstream.

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

Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/acpi/blacklist.c

index 2bb28b9d91c4c2643106ed0d63069ae85799d136..cd56db5e6c08cedd5afce27b8c2d270efaf8f8a8 100644 (file)
@@ -226,6 +226,14 @@ static struct dmi_system_id acpi_osi_dmi_table[] __initdata = {
                },
        },
        {
+       .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 = {