summaryrefslogtreecommitdiff
path: root/pm/sleep.d/94cpufreq
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-03-29 16:21:26 -0500
committerVictor Lowther <victor.lowther@gmail.com>2008-03-29 16:21:26 -0500
commit4db81081d77847abc7461423dc0b40b60587c2d2 (patch)
tree19821d163a413ca5b670b83b6ef26749ec09ffc1 /pm/sleep.d/94cpufreq
parentb0c4c0a8bd4139a9da92f4cd25d0694b5911d9e1 (diff)
Comment fixups in preperation for release.
In particular, add comments to the top of the sleep hooks describing what each of them is for.
Diffstat (limited to 'pm/sleep.d/94cpufreq')
-rwxr-xr-xpm/sleep.d/94cpufreq3
1 files changed, 3 insertions, 0 deletions
diff --git a/pm/sleep.d/94cpufreq b/pm/sleep.d/94cpufreq
index 03fa09f..6807681 100755
--- a/pm/sleep.d/94cpufreq
+++ b/pm/sleep.d/94cpufreq
@@ -1,4 +1,7 @@
#!/bin/sh
+# Ensure cpu governor is set to something sane.
+# TODO: Which of the cpu governors is still insane? File bugs against
+# those that are.
. "${PM_FUNCTIONS}"