Re: [BUGFIX 1/4] PCI/PM: enable D3/D3cold by default for most devices

2012-08-04 Thread Rafael J. Wysocki
On Friday, August 03, 2012, Huang Ying wrote: > This patch fixes the following bug: > > http://marc.info/?l=linux-usb&m=134318961120825&w=2 > > Originally, device lower power states include D1, D2, D3. After that, > D3 is further divided into D3hot and D3cold. To support both scenario > safely,

[BUGFIX 1/4] PCI/PM: enable D3/D3cold by default for most devices

2012-08-02 Thread Huang Ying
This patch fixes the following bug: http://marc.info/?l=linux-usb&m=134318961120825&w=2 Originally, device lower power states include D1, D2, D3. After that, D3 is further divided into D3hot and D3cold. To support both scenario safely, original D3 is mapped to D3cold. When adding D3cold suppor