lkml.org 
[lkml]   [2002]   [Nov]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCH] restore framebuffer console after suspend
Marcelo,

please disregard my previous patch as it is needlessly invasive. I'm
currently evaluating a smaller patch (attached) which does not require an
audit of the low-level drivers and still fixes my problem.

Ben, can you please comment on this?

Thanks
Carl-Daniel
===== drivers/video/fbcon.c 1.12 vs edited =====
--- 1.12/drivers/video/fbcon.c Thu Sep 12 17:22:35 2002
+++ edited/drivers/video/fbcon.c Sat Nov 9 02:57:00 2002
@@ -1573,7 +1573,7 @@ static int fbcon_blank(struct vc_data *c
return 0;
#ifdef CONFIG_PM
if (fbcon_sleeping)
- return 0;
+ return blank ? 0 : 1;
#endif /* CONFIG_PM */

fbcon_cursor(p->conp, blank ? CM_ERASE : CM_DRAW);
\
 
 \ /
  Last update: 2005-03-22 13:30    [W:0.155 / U:2.424 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site