linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] acpi: update win8 OSI blacklist
@ 2013-10-03 17:13 Felipe Contreras
  2013-10-03 17:22 ` Felipe Contreras
                   ` (2 more replies)
  0 siblings, 3 replies; 28+ messages in thread
From: Felipe Contreras @ 2013-10-03 17:13 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-acpi, Rafael J. Wysocki, Felipe Contreras

More people have reported they need this for their machines to work
correctly.

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

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
---
 drivers/acpi/blacklist.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/drivers/acpi/blacklist.c b/drivers/acpi/blacklist.c
index 9515f18..f37dec5 100644
--- a/drivers/acpi/blacklist.c
+++ b/drivers/acpi/blacklist.c
@@ -297,6 +297,54 @@ static struct dmi_system_id acpi_osi_dmi_table[] __initdata = {
 		     DMI_MATCH(DMI_PRODUCT_VERSION, "3259A2G"),
 		},
 	},
+	{
+	.callback = dmi_disable_osi_win8,
+	.ident = "ThinkPad Edge E530",
+	.matches = {
+		     DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+		     DMI_MATCH(DMI_PRODUCT_VERSION, "3259CTO"),
+		},
+	},
+	{
+	.callback = dmi_disable_osi_win8,
+	.ident = "ThinkPad Edge E530",
+	.matches = {
+		     DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+		     DMI_MATCH(DMI_PRODUCT_VERSION, "3259HJG"),
+		},
+	},
+	{
+	.callback = dmi_disable_osi_win8,
+	.ident = "Acer Aspire V5-573G",
+	.matches = {
+		     DMI_MATCH(DMI_SYS_VENDOR, "Acer Aspire"),
+		     DMI_MATCH(DMI_PRODUCT_VERSION, "V5-573G/Dazzle_HW"),
+		},
+	},
+	{
+	.callback = dmi_disable_osi_win8,
+	.ident = "Acer Aspire V5-572G",
+	.matches = {
+		     DMI_MATCH(DMI_SYS_VENDOR, "Acer Aspire"),
+		     DMI_MATCH(DMI_PRODUCT_VERSION, "V5-572G/Dazzle_CX"),
+		},
+	},
+	{
+	.callback = dmi_disable_osi_win8,
+	.ident = "ThinkPad T431s",
+	.matches = {
+		     DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+		     DMI_MATCH(DMI_PRODUCT_VERSION, "20AACTO1WW"),
+		},
+	},
+	{
+	.callback = dmi_disable_osi_win8,
+	.ident = "ThinkPad T430",
+	.matches = {
+		     DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+		     DMI_MATCH(DMI_PRODUCT_VERSION, "2349D15"),
+		},
+	},
 
 	/*
 	 * BIOS invocation of _OSI(Linux) is almost always a BIOS bug.
-- 
1.8.4-fc

^ permalink raw reply related	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2013-10-19  2:30 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-03 17:13 [PATCH] acpi: update win8 OSI blacklist Felipe Contreras
2013-10-03 17:22 ` Felipe Contreras
     [not found]   ` <CAANYUdCUg4GM5YX8KkokgqBGaUJjrtcHrkWaQEyhxUcivYnqMQ@mail.gmail.com>
2013-10-19  2:30     ` Felipe Contreras
2013-10-04 16:12 ` Matthew Garrett
2013-10-06 20:29   ` Felipe Contreras
2013-10-06 20:33     ` Matthew Garrett
2013-10-06 20:40       ` Felipe Contreras
2013-10-06 20:45         ` Matthew Garrett
2013-10-06 20:51           ` Felipe Contreras
2013-10-06 20:59             ` Matthew Garrett
2013-10-06 23:27               ` Felipe Contreras
2013-10-06 23:31                 ` Matthew Garrett
2013-10-06 23:36                   ` Felipe Contreras
2013-10-06 23:57                     ` Matthew Garrett
2013-10-07  0:27                       ` Felipe Contreras
2013-10-07  0:32                         ` Matthew Garrett
2013-10-07  0:50                           ` Felipe Contreras
2013-10-07  0:53                             ` Matthew Garrett
2013-10-07  1:01                               ` Felipe Contreras
2013-10-07  1:27                                 ` Matthew Garrett
2013-10-07  1:54                                   ` Theodore Ts'o
2013-10-07  2:21                                     ` Felipe Contreras
2013-10-07  2:13                                   ` Felipe Contreras
2013-10-14  3:30 ` Felipe Contreras
2013-10-14 11:58   ` Rafael J. Wysocki
2013-10-14 13:14     ` Felipe Contreras
2013-10-14 14:16       ` Rafael J. Wysocki
2013-10-14 23:04         ` Felipe Contreras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).