PCI power management diff

2010-12-29 Thread Mark Kettenis
For those that have problems with (acpi) suspend/resume that can be fixed by setting pci_dopm to 0, please test the diff below. This fixes a flaw in the powermanagement code where we would disable devices (and in particular PCI-PCI bridges) even if those devices don't support powermanagement.

Re: PCI power management diff

2010-12-29 Thread Brad
On Wednesday 29 December 2010 18:10:16 Mark Kettenis wrote: For those that have problems with (acpi) suspend/resume that can be fixed by setting pci_dopm to 0, please test the diff below. This fixes a flaw in the powermanagement code where we would disable devices (and in particular PCI-PCI

Re: PCI power management diff

2010-12-29 Thread patrick keshishian
On Wed, Dec 29, 2010 at 4:48 PM, Brad b...@comstyle.com wrote: On Wednesday 29 December 2010 18:10:16 Mark Kettenis wrote: For those that have problems with (acpi) suspend/resume that can be fixed by setting pci_dopm to 0, please test the diff below. This fixes a flaw in the powermanagement

Re: PCI power management diff

2010-12-29 Thread Brynet
My Acer Aspire 5551 works perfectly now with this, thanks. -Bryan.

Re: PCI power management diff

2010-12-29 Thread Kenneth R Westerback
On Thu, Dec 30, 2010 at 12:10:16AM +0100, Mark Kettenis wrote: For those that have problems with (acpi) suspend/resume that can be fixed by setting pci_dopm to 0, please test the diff below. This fixes a flaw in the powermanagement code where we would disable devices (and in particular