From: Len Brown <len.brown@intel.com>
Date: Tue, 28 Sep 2010 21:51:51 +0000 (-0400)
Subject: ACPI: EC: add Vista incompatibility DMI entry for Toshiba Satellite L355
X-Git-Tag: firefly_0821_release~7613^2~3835^2^4~1
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7a1d602f5fc35d14907b7da98d5627acb69589d1;p=firefly-linux-kernel-4.4.55.git

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

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

Signed-off-by: Len Brown <len.brown@intel.com>
---

diff --git a/drivers/acpi/blacklist.c b/drivers/acpi/blacklist.c
index 3eda6c040400..571a003a1f7c 100644
--- a/drivers/acpi/blacklist.c
+++ b/drivers/acpi/blacklist.c
@@ -228,6 +228,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 = {