[Bug 571422] Re: [LUCID] suspend/resume issue on Dell Inspiron 1464/1564/1764

bguthro ben.guthro at virtualcomputer.com
Fri May 14 11:58:45 UTC 2010


This patch should work for the 1X64 series, out of the box:

diff -r 3f56a60a9311 drivers/acpi/sleep.c
--- a/drivers/acpi/sleep.c
+++ b/drivers/acpi/sleep.c
@@ -467,6 +467,30 @@
 		DMI_MATCH(DMI_BOARD_NAME, "CF51-2L"),
 		},
 	},
+	{
+	.callback = init_set_sci_en_on_resume,
+	.ident = "Dell Inspiron 1464",
+	.matches = {
+		DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+		DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 1464"),
+		},
+	},
+	{
+	.callback = init_set_sci_en_on_resume,
+	.ident = "Dell Inspiron 1564",
+	.matches = {
+		DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+		DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 1564"),
+		},
+	},
+	{
+	.callback = init_set_sci_en_on_resume,
+	.ident = "Dell Inspiron 1764",
+	.matches = {
+		DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+		DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 1764"),
+		},
+	},
 	{},
 };
 #endif /* CONFIG_SUSPEND */

-- 
[LUCID] suspend/resume issue on Dell Inspiron 1464/1564/1764
https://bugs.launchpad.net/bugs/571422
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.




More information about the kernel-bugs mailing list