linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ACPI / blacklist:  blacklist Win8 OSI for Dell Inspiron 7437
@ 2015-04-23  3:24 Alex Hung
  2015-04-24  8:21 ` Matthew Garrett
  0 siblings, 1 reply; 16+ messages in thread
From: Alex Hung @ 2015-04-23  3:24 UTC (permalink / raw)
  To: rjw, lenb, linux-acpi, alex.hung

Dell Inspiron 7437's ACPI events does not work well with Win8 OSI.
Disabling Win8 OSI can fix wireless hotkey and ACPI battery.

Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 drivers/acpi/blacklist.c |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/drivers/acpi/blacklist.c b/drivers/acpi/blacklist.c
index 37925a3..e2db565 100644
--- a/drivers/acpi/blacklist.c
+++ b/drivers/acpi/blacklist.c
@@ -306,6 +306,14 @@ static struct dmi_system_id acpi_osi_dmi_table[] __initdata = {
 		    DMI_MATCH(DMI_PRODUCT_NAME, "Vostro 3546"),
 		},
 	},
+	{
+	.callback = dmi_disable_osi_win8,
+	.ident = "Dell Inspiron 7437",
+	.matches = {
+		    DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+		    DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 7437"),
+		},
+	},
 
 	/*
 	 * The brightness hotkeys do not work on those machines when
-- 
1.7.9.5


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

end of thread, other threads:[~2015-06-02  3:20 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-23  3:24 [PATCH] ACPI / blacklist: blacklist Win8 OSI for Dell Inspiron 7437 Alex Hung
2015-04-24  8:21 ` Matthew Garrett
2015-04-27  8:30   ` Alex Hung
2015-04-27 17:46     ` Matthew Garrett
2015-04-28  4:53       ` Alex Hung
2015-04-28  5:24         ` Matthew Garrett
2015-04-28  9:51           ` Alex Hung
2015-04-28 17:11             ` Matthew Garrett
2015-04-29 10:09               ` Alex Hung
2015-05-14 19:02                 ` Mario Limonciello
2015-05-14 19:13                   ` Matthew Garrett
2015-05-14 19:17                     ` Mario Limonciello
2015-05-20 17:42                       ` Mario Limonciello
2015-05-20 18:42                         ` Matthew Garrett
2015-05-20 20:16                           ` Mario Limonciello
2015-06-02  3:20                             ` Alex Hung

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).