|
@@ -247,8 +247,8 @@ static struct dmi_system_id acpi_osi_dmi_table[] __initdata = {
|
|
|
},
|
|
|
|
|
|
/*
|
|
|
- * These machines will power on immediately after shutdown when
|
|
|
- * reporting the Windows 2012 OSI.
|
|
|
+ * The wireless hotkey does not work on those machines when
|
|
|
+ * returning true for _OSI("Windows 2012")
|
|
|
*/
|
|
|
{
|
|
|
.callback = dmi_disable_osi_win8,
|
|
@@ -258,6 +258,38 @@ static struct dmi_system_id acpi_osi_dmi_table[] __initdata = {
|
|
|
DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 7737"),
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ .callback = dmi_disable_osi_win8,
|
|
|
+ .ident = "Dell Inspiron 7537",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 7537"),
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ .callback = dmi_disable_osi_win8,
|
|
|
+ .ident = "Dell Inspiron 5437",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 5437"),
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ .callback = dmi_disable_osi_win8,
|
|
|
+ .ident = "Dell Inspiron 3437",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 3437"),
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ .callback = dmi_disable_osi_win8,
|
|
|
+ .ident = "Dell Vostro 3446",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "Vostro 3446"),
|
|
|
+ },
|
|
|
+ },
|
|
|
|
|
|
/*
|
|
|
* BIOS invocation of _OSI(Linux) is almost always a BIOS bug.
|