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 Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to