From: Edward Lin Date: Wed, 7 May 2014 02:47:24 +0000 (+0800) Subject: ACPI: blacklist win8 OSI for Dell Inspiron 7737 X-Git-Tag: v3.12.22~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e565f2c6708c7d8039d2fdcdf714efa33802e460;p=thirdparty%2Fkernel%2Fstable.git ACPI: blacklist win8 OSI for Dell Inspiron 7737 commit b753631b3576bf343151a82513c5d56fcda1e24f upstream. With win8 capabiltiy, the machine will boot itself immediately after shutdown command has executed. Work around this issue by disabling win8 capcability. This workaround also makes wireless hotkey work. Signed-off-by: Edward Lin Signed-off-by: Rafael J. Wysocki Signed-off-by: Jiri Slaby --- diff --git a/drivers/acpi/blacklist.c b/drivers/acpi/blacklist.c index bf180bbb2bd83..16eb678c0f3d8 100644 --- a/drivers/acpi/blacklist.c +++ b/drivers/acpi/blacklist.c @@ -345,6 +345,14 @@ static struct dmi_system_id acpi_osi_dmi_table[] __initdata = { DMI_MATCH(DMI_PRODUCT_VERSION, "2349D15"), }, }, + { + .callback = dmi_disable_osi_win8, + .ident = "Dell Inspiron 7737", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 7737"), + }, + }, /* * BIOS invocation of _OSI(Linux) is almost always a BIOS bug.