From aa0230ac2261cd2bfc89c0d7051a92d93d90b9a8 Mon Sep 17 00:00:00 2001 From: Len Brown Date: Tue, 28 Sep 2010 17:51:51 -0400 Subject: [PATCH] --- yaml --- r: 211184 b: refs/heads/master c: 7a1d602f5fc35d14907b7da98d5627acb69589d1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/acpi/blacklist.c | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 157ad3f0c7c4..c794fe497826 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bbb7030fbb6469c46974c4736a5f90d12102f299 +refs/heads/master: 7a1d602f5fc35d14907b7da98d5627acb69589d1 diff --git a/trunk/drivers/acpi/blacklist.c b/trunk/drivers/acpi/blacklist.c index 3eda6c040400..571a003a1f7c 100644 --- a/trunk/drivers/acpi/blacklist.c +++ b/trunk/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 = {