diff options
author | Rob Landley <rob@landley.net> | 2007-10-17 02:31:26 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:43:06 -0400 |
commit | 814073620a2eb520c8bb38e0038fd1c78011fe21 (patch) | |
tree | 185485c7d096490fa21281171f9530acc0dfbf66 /Documentation/power | |
parent | 3d198a825ac589f7506886a37051805e73d132f5 (diff) |
Add Documentation/power/00-INDEX
Add Documentation/power/00-INDEX
Signed-off-by: Rob Landley <rob@landley.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/power')
-rw-r--r-- | Documentation/power/00-INDEX | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Documentation/power/00-INDEX b/Documentation/power/00-INDEX new file mode 100644 index 000000000000..8db4e41a052d --- /dev/null +++ b/Documentation/power/00-INDEX | |||
@@ -0,0 +1,34 @@ | |||
1 | 00-INDEX | ||
2 | - This file | ||
3 | basic-pm-debugging.txt | ||
4 | - Debugging suspend and resume | ||
5 | devices.txt | ||
6 | - How drivers interact with system-wide power management | ||
7 | drivers-testing.txt | ||
8 | - Testing suspend and resume support in device drivers | ||
9 | freezing-of-tasks.txt | ||
10 | - How processes and controlled during suspend | ||
11 | interface.txt | ||
12 | - Power management user interface in /sys/power | ||
13 | notifiers.txt | ||
14 | - Registering suspend notifiers in device drivers | ||
15 | pci.txt | ||
16 | - How the PCI Subsystem Does Power Management | ||
17 | s2ram.txt | ||
18 | - How to get suspend to ram working (and debug it when it isn't) | ||
19 | states.txt | ||
20 | - System power management states | ||
21 | swsusp-and-swap-files.txt | ||
22 | - Using swap files with software suspend (to disk) | ||
23 | swsusp-dmcrypt.txt | ||
24 | - How to use dm-crypt and software suspend (to disk) together | ||
25 | swsusp.txt | ||
26 | - Goals, implementation, and usage of software suspend (ACPI S3) | ||
27 | tricks.txt | ||
28 | - How to trick software suspend (to disk) into working when it isn't | ||
29 | userland-swsusp.txt | ||
30 | - Experimental implementation of software suspend in userspace | ||
31 | video_extension.txt | ||
32 | - ACPI video extensions | ||
33 | video.txt | ||
34 | - Video issues during resume from suspend | ||