diff options
| -rw-r--r-- | drivers/acpi/sleep.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c index 01574a066534..42159a28f433 100644 --- a/drivers/acpi/sleep.c +++ b/drivers/acpi/sleep.c | |||
| @@ -397,6 +397,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = { | |||
| 397 | }, | 397 | }, |
| 398 | }, | 398 | }, |
| 399 | { | 399 | { |
| 400 | .callback = init_set_sci_en_on_resume, | ||
| 401 | .ident = "Hewlett-Packard HP G7000 Notebook PC", | ||
| 402 | .matches = { | ||
| 403 | DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"), | ||
| 404 | DMI_MATCH(DMI_PRODUCT_NAME, "HP G7000 Notebook PC"), | ||
| 405 | }, | ||
| 406 | }, | ||
| 407 | { | ||
| 400 | .callback = init_old_suspend_ordering, | 408 | .callback = init_old_suspend_ordering, |
| 401 | .ident = "Panasonic CF51-2L", | 409 | .ident = "Panasonic CF51-2L", |
| 402 | .matches = { | 410 | .matches = { |
