On Wed, May 12, 2004 at 11:01:15AM -0700, David Brownell wrote: > I needed this to get an APM + UHCI config to behave on resume. > Applies against your BK of last night ... OHCI and EHCI do > some of this manually, they could be simplified later. > > - Dave >
> --- 1.32/drivers/usb/core/hcd-pci.c Thu May 6 12:40:22 2004 > +++ edited/drivers/usb/core/hcd-pci.c Tue May 11 16:28:40 2004 > @@ -318,6 +318,7 @@ > > if (has_pci_pm) > retval = pci_set_power_state (dev, state); > + dev->dev.power.power_state = state; No, we should use the dpm_set_power_state() function here instead, right? thanks, greg k-h ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
