Browse Source

Merge branch 'bugzilla-13745' into release

Len Brown 16 years ago
parent
commit
8aeb0a352a
1 changed files with 8 additions and 0 deletions
  1. 8 0
      drivers/acpi/sleep.c

+ 8 - 0
drivers/acpi/sleep.c

@@ -405,6 +405,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
 		},
 	},
 	{
+	.callback = init_set_sci_en_on_resume,
+	.ident = "Hewlett-Packard HP Pavilion dv3 Notebook PC",
+	.matches = {
+		DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
+		DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv3 Notebook PC"),
+		},
+	},
+	{
 	.callback = init_old_suspend_ordering,
 	.ident = "Panasonic CF51-2L",
 	.matches = {