diff options
| -rw-r--r-- | drivers/acpi/blacklist.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/acpi/blacklist.c b/drivers/acpi/blacklist.c index afec4526c48a..4fc6cf53cd51 100644 --- a/drivers/acpi/blacklist.c +++ b/drivers/acpi/blacklist.c | |||
| @@ -314,6 +314,14 @@ static struct dmi_system_id acpi_osi_dmi_table[] __initdata = { | |||
| 314 | DMI_MATCH(DMI_PRODUCT_VERSION, "2349D15"), | 314 | DMI_MATCH(DMI_PRODUCT_VERSION, "2349D15"), |
| 315 | }, | 315 | }, |
| 316 | }, | 316 | }, |
| 317 | { | ||
| 318 | .callback = dmi_disable_osi_win8, | ||
| 319 | .ident = "Dell Inspiron 7737", | ||
| 320 | .matches = { | ||
| 321 | DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), | ||
| 322 | DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 7737"), | ||
| 323 | }, | ||
| 324 | }, | ||
| 317 | 325 | ||
| 318 | /* | 326 | /* |
| 319 | * BIOS invocation of _OSI(Linux) is almost always a BIOS bug. | 327 | * BIOS invocation of _OSI(Linux) is almost always a BIOS bug. |
