Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106944
b: refs/heads/master
c: 3713907
h: refs/heads/master
v: v3
  • Loading branch information
Jesse Barnes authored and Jesse Barnes committed Jul 28, 2008
1 parent 3f8448c commit 7d84c72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 56adc59d81b01ac5924f7eba6e22adc762a1e2c6
refs/heads/master: 37139074233a5bbec54ae01ab580e5788a248cc3
6 changes: 6 additions & 0 deletions trunk/drivers/pci/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,12 @@ int pci_enable_wake(struct pci_dev *dev, pci_power_t state, int enable)
}

/**
* pci_target_state - find an appropriate low power state for a given PCI dev
* @dev: PCI device
*
* Use underlying platform code to find a supported low power state for @dev.
* If the platform can't manage @dev, return the deepest state from which it
* can generate wake events, based on any available PME info.
*/
pci_power_t pci_target_state(struct pci_dev *dev)
{
Expand Down

0 comments on commit 7d84c72

Please sign in to comment.