http://bugzilla.kernel.org/show_bug.cgi?id=13745
Michael Papazoglou <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #10 from Michael Papazoglou <[email protected]> 2009-08-27 12:58:44 --- This issue also affects me using an HP Pavilion dv3. I made a similar change in sleep.c, adding the following lines: { .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"), }, }, which successfully fixes the problem on my HP Pavilion dv3 Notebook PC. Is it possible to add this patch to sleep.c? -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
