after suspend or hibernate Compaq Presario CQ40-505la Notebook, the system indicates that there is no battery connected. patch "drivers/acpi/sleep.c" solves the problem. + .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"), + }, + },
fixed by commit 2839d396e3ae0891c1fdd87aa1cea218e6f5c4df. And this is also a duplicate of bug 13745 *** This bug has been marked as a duplicate of bug 13745 ***