public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* FW : airo suspend problem
@ 2007-06-16  9:14 castet.matthieu
  2007-06-22 20:58 ` Pavel Machek
  0 siblings, 1 reply; 4+ messages in thread
From: castet.matthieu @ 2007-06-16  9:14 UTC (permalink / raw)
  To: Linux Kernel list, linux-net


  Sujet : airo suspend problem
      À : linux-pm@lists.osdl.org

Hi,

the airo driver (drivers/net/wireless/airo.c) does in its suspend routine [1].
But not all the pci cards support power management and cause
pci_enable_wake/pci_set_power_state to return errors.

On pci card that don't support PM, what should be done ?
Don't call pci_enable_wake/pci_set_power_state ?


Thanks

Matthieu


PS : after the failed suspend to ram due to airo driver, I tried to unload airo
driver and it hanged. After a reset, I got my ext3 root fs corrupted :(




[1]
pci_enable_wake(pdev, pci_choose_state(pdev, state), 1);
pci_save_state(pdev);
return pci_set_power_state(pdev, pci_choose_state(pdev, state));




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-06-24 17:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-16  9:14 FW : airo suspend problem castet.matthieu
2007-06-22 20:58 ` Pavel Machek
2007-06-23  8:46   ` matthieu castet
2007-06-24 17:10     ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox