diff options
| author | Vaibhav Verma <vaibhav.verma86@gmail.com> | 2009-11-05 23:13:36 -0500 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2009-11-05 23:13:36 -0500 |
| commit | 2839d396e3ae0891c1fdd87aa1cea218e6f5c4df (patch) | |
| tree | c70be859d807d781495815587a9e7fec4766fc51 | |
| parent | 8a1cbf64977f89e9e9bc1d80dd01503337424f96 (diff) | |
ACPI: sleep: another HP/Compaq DMI entries for init_set_sci_en_on_resume
http://bugzilla.kernel.org/show_bug.cgi?id=13745
Signed-off-by: Len Brown <len.brown@intel.com>
| -rw-r--r-- | drivers/acpi/sleep.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c index ed9760aa7aa2..4cc1b8116e76 100644 --- a/drivers/acpi/sleep.c +++ b/drivers/acpi/sleep.c | |||
| @@ -421,6 +421,22 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = { | |||
| 421 | }, | 421 | }, |
| 422 | }, | 422 | }, |
| 423 | { | 423 | { |
| 424 | .callback = init_set_sci_en_on_resume, | ||
| 425 | .ident = "Hewlett-Packard Pavilion dv7", | ||
| 426 | .matches = { | ||
| 427 | DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"), | ||
| 428 | DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv7"), | ||
| 429 | }, | ||
| 430 | }, | ||
| 431 | { | ||
| 432 | .callback = init_set_sci_en_on_resume, | ||
| 433 | .ident = "Hewlett-Packard Compaq Presario CQ40 Notebook PC", | ||
| 434 | .matches = { | ||
| 435 | DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"), | ||
| 436 | DMI_MATCH(DMI_PRODUCT_NAME, "Compaq Presario CQ40 Notebook PC"), | ||
| 437 | }, | ||
| 438 | }, | ||
| 439 | { | ||
| 424 | .callback = init_old_suspend_ordering, | 440 | .callback = init_old_suspend_ordering, |
| 425 | .ident = "Panasonic CF51-2L", | 441 | .ident = "Panasonic CF51-2L", |
| 426 | .matches = { | 442 | .matches = { |
