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) | |
download | linux-2839d396e3ae0891c1fdd87aa1cea218e6f5c4df.tar.gz linux-2839d396e3ae0891c1fdd87aa1cea218e6f5c4df.tar.bz2 linux-2839d396e3ae0891c1fdd87aa1cea218e6f5c4df.zip |
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[] = { }, }, { + .callback = init_set_sci_en_on_resume, + .ident = "Hewlett-Packard Pavilion dv7", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"), + DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv7"), + }, + }, + { + .callback = init_set_sci_en_on_resume, + .ident = "Hewlett-Packard Compaq Presario CQ40 Notebook PC", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"), + DMI_MATCH(DMI_PRODUCT_NAME, "Compaq Presario CQ40 Notebook PC"), + }, + }, + { .callback = init_old_suspend_ordering, .ident = "Panasonic CF51-2L", .matches = { |