* airo suspend problem
@ 2007-06-12 11:23 castet.matthieu
0 siblings, 0 replies; only message in thread
From: castet.matthieu @ 2007-06-12 11:23 UTC (permalink / raw)
To: linux-pm
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] only message in thread
only message in thread, other threads:[~2007-06-12 11:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-12 11:23 airo suspend problem castet.matthieu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox