]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/2.6.35.8/acpi-ec-add-vista-incompatibility-dmi-entry-for-toshiba-satellite-l355.patch
4.9-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 2.6.35.8 / acpi-ec-add-vista-incompatibility-dmi-entry-for-toshiba-satellite-l355.patch
1 From 7a1d602f5fc35d14907b7da98d5627acb69589d1 Mon Sep 17 00:00:00 2001
2 From: Len Brown <len.brown@intel.com>
3 Date: Tue, 28 Sep 2010 17:51:51 -0400
4 Subject: ACPI: EC: add Vista incompatibility DMI entry for Toshiba Satellite L355
5
6 From: Len Brown <len.brown@intel.com>
7
8 commit 7a1d602f5fc35d14907b7da98d5627acb69589d1 upstream.
9
10 https://bugzilla.kernel.org/show_bug.cgi?id=12641
11
12 Signed-off-by: Len Brown <len.brown@intel.com>
13 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
14
15 ---
16 drivers/acpi/blacklist.c | 8 ++++++++
17 1 file changed, 8 insertions(+)
18
19 --- a/drivers/acpi/blacklist.c
20 +++ b/drivers/acpi/blacklist.c
21 @@ -226,6 +226,14 @@ static struct dmi_system_id acpi_osi_dmi
22 },
23 },
24 {
25 + .callback = dmi_disable_osi_vista,
26 + .ident = "Toshiba Satellite L355",
27 + .matches = {
28 + DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
29 + DMI_MATCH(DMI_PRODUCT_VERSION, "Satellite L355"),
30 + },
31 + },
32 + {
33 .callback = dmi_disable_osi_win7,
34 .ident = "ASUS K50IJ",
35 .matches = {