https://bugzilla.kernel.org/show_bug.cgi?id=42728
--- Comment #42 from Oleksij Rempel (fishor) <bug-tr...@fisher-privat.net> 2012-04-26 18:41:36 --- hmm... i just made this patch find D-state used for suspend: + /* + * Some systems crash if an EHCI controller is in D3 during + * a sleep transition. We have to leave such controllers in D0. + */ + if (hcd->broken_pci_sleep) { + retval = pci_prepare_to_sleep(pci_dev); + printk("TTTTT, %i\n", retval); + dev_dbg(dev, "Staying in PCI D0\n"); + return retval; + } but system freezed. Same way like before, with memory corruption. It looks like pci_prepare_to_sleep() is the cause of this issue. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla