commit | 8efb8c76fcdccf5050c0ea059dac392789baaff2 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Mon Mar 30 21:46:27 2009 +0200 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Mon Mar 30 21:46:56 2009 +0200 |
tree | e1633be5df4fa15755bfcfaf5007d8b972bcdff7 | |
parent | b8e676d2432b8ce96967a3fe6601a0a28e64fa10 [diff] |
PCI PM: Make pci_prepare_to_sleep() disable wake-up if needed If the device is not supposed to wake up the system, ie. when device_may_wakeup(&dev->dev) returns 'false', pci_prepare_to_sleep() should pass 'false' to pci_enable_wake() so that it calls the platform to disable the wake-up capability of the device. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>