summaryrefslogtreecommitdiff
path: root/pm/sleep.d/99video
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-03-01 18:28:47 -0600
committerVictor Lowther <victor.lowther@gmail.com>2008-03-01 18:28:47 -0600
commit369ac121377c6e840a3295eeeb84e96104f9fe1f (patch)
treec59febe0234396111d27d38d26b3e8a55d5f7dec /pm/sleep.d/99video
parent9343bda51f8feff514b2bd0430c6435ee7466148 (diff)
We were not handing the suspend_hybrid case correctly this whole time.
Shame on me for not spotting this earlier.
Diffstat (limited to 'pm/sleep.d/99video')
-rwxr-xr-xpm/sleep.d/99video2
1 files changed, 1 insertions, 1 deletions
diff --git a/pm/sleep.d/99video b/pm/sleep.d/99video
index 2797a06..cdf2bc8 100755
--- a/pm/sleep.d/99video
+++ b/pm/sleep.d/99video
@@ -78,7 +78,7 @@ resume_video()
case "$1" in
- suspend)
+ suspend*)
save_fbcon
;;
resume)