summaryrefslogtreecommitdiff
path: root/pm
diff options
context:
space:
mode:
authorMichael Biebl <mbiebl@gmail.com>2008-04-07 00:12:43 +0200
committerMichael Biebl <mbiebl@gmail.com>2008-04-07 00:12:43 +0200
commit782e3549d5cafb2a35e83faf88695a742a5fe64b (patch)
tree06ca037e87733a49d19236c814f60ac5150247f3 /pm
parenta410403c9fcf04841805d0311424bf6d7d3e083e (diff)
Disable 00clear for uswusp sleep module.
s2ram has its own vt switching logic, so disable 00clear for the uswsusp sleep module.
Diffstat (limited to 'pm')
-rwxr-xr-xpm/module.d/uswsusp1
1 files changed, 1 insertions, 0 deletions
diff --git a/pm/module.d/uswsusp b/pm/module.d/uswsusp
index 07d2cc5..be502dc 100755
--- a/pm/module.d/uswsusp
+++ b/pm/module.d/uswsusp
@@ -3,6 +3,7 @@
# disable processing of 99video
before_hooks()
{
+ disablehook 00clear "disabled by uswsusp"
disablehook 99video "disabled by uswsusp"
}