-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Rafael J. Wysocki
committed
Jan 25, 2013
1 parent
b9de314
commit 6aa0ab6
Showing
6 changed files
with
147 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 0bb8f3d6ae621945e6fa2102aa894f72b76a023e | ||
refs/heads/master: 18a387099b3e3fd901cc706f708b163aa45347b6 |
13 changes: 13 additions & 0 deletions
13
trunk/Documentation/ABI/testing/sysfs-devices-power_resources_D0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
What: /sys/devices/.../power_resources_D0/ | ||
Date: January 2013 | ||
Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
Description: | ||
The /sys/devices/.../power_resources_D0/ directory is only | ||
present for device objects representing ACPI device nodes that | ||
use ACPI power resources for power management. | ||
|
||
If present, it contains symbolic links to device directories | ||
representing ACPI power resources that need to be turned on for | ||
the given device node to be in ACPI power state D0. The names | ||
of the links are the same as the names of the directories they | ||
point to. |
14 changes: 14 additions & 0 deletions
14
trunk/Documentation/ABI/testing/sysfs-devices-power_resources_D1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
What: /sys/devices/.../power_resources_D1/ | ||
Date: January 2013 | ||
Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
Description: | ||
The /sys/devices/.../power_resources_D1/ directory is only | ||
present for device objects representing ACPI device nodes that | ||
use ACPI power resources for power management and support ACPI | ||
power state D1. | ||
|
||
If present, it contains symbolic links to device directories | ||
representing ACPI power resources that need to be turned on for | ||
the given device node to be in ACPI power state D1. The names | ||
of the links are the same as the names of the directories they | ||
point to. |
14 changes: 14 additions & 0 deletions
14
trunk/Documentation/ABI/testing/sysfs-devices-power_resources_D2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
What: /sys/devices/.../power_resources_D2/ | ||
Date: January 2013 | ||
Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
Description: | ||
The /sys/devices/.../power_resources_D2/ directory is only | ||
present for device objects representing ACPI device nodes that | ||
use ACPI power resources for power management and support ACPI | ||
power state D2. | ||
|
||
If present, it contains symbolic links to device directories | ||
representing ACPI power resources that need to be turned on for | ||
the given device node to be in ACPI power state D2. The names | ||
of the links are the same as the names of the directories they | ||
point to. |
14 changes: 14 additions & 0 deletions
14
trunk/Documentation/ABI/testing/sysfs-devices-power_resources_D3hot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
What: /sys/devices/.../power_resources_D3hot/ | ||
Date: January 2013 | ||
Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
Description: | ||
The /sys/devices/.../power_resources_D3hot/ directory is only | ||
present for device objects representing ACPI device nodes that | ||
use ACPI power resources for power management and support ACPI | ||
power state D3hot. | ||
|
||
If present, it contains symbolic links to device directories | ||
representing ACPI power resources that need to be turned on for | ||
the given device node to be in ACPI power state D3hot. The | ||
names of the links are the same as the names of the directories | ||
they point to. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters