mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] restore framebuffer console after suspend
@ 2002-11-09  0:58 Carl-Daniel Hailfinger
  2002-11-09  1:17 ` [QUESTION] Can't make 2.5.46 due to errors with llc_sap_open, etc Mark Hamblin
  2002-11-09  2:16 ` [PATCH] restore framebuffer console after suspend Carl-Daniel Hailfinger
  0 siblings, 2 replies; 3+ messages in thread
From: Carl-Daniel Hailfinger @ 2002-11-09  0:58 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: linux-kernel, Benjamin Herrenschmidt

[-- Attachment #1: Type: text/plain, Size: 257 bytes --]

This patch fixes the problem where the current framebuffer console is not 
restored after a system suspend and subsequent resume.

Benjamin Herrenschmidt approved this patch in thread "Re: Linux 2.4.20-rc1"

Please apply for 2.4.20-rc2.

Thanks
Carl-Daniel

[-- Attachment #2: patch-fbdev.txt --]
[-- Type: text/plain, Size: 461 bytes --]

diff -Naur linux.orig/drivers/video/fbcon.c linux/drivers/video/fbcon.c
--- linux.orig/drivers/video/fbcon.c	Thu Sep 12 17:22:35 2002
+++ linux/drivers/video/fbcon.c	Fri Nov  8 13:09:41 2002
@@ -1571,10 +1571,6 @@ static int fbcon_blank(struct vc_data *c
 
     if (blank < 0)	/* Entering graphics mode */
 	return 0;
-#ifdef CONFIG_PM
-    if (fbcon_sleeping)
-    	return 0;
-#endif /* CONFIG_PM */
 
     fbcon_cursor(p->conp, blank ? CM_ERASE : CM_DRAW);
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-11-09  2:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-09  0:58 [PATCH] restore framebuffer console after suspend Carl-Daniel Hailfinger
2002-11-09  1:17 ` [QUESTION] Can't make 2.5.46 due to errors with llc_sap_open, etc Mark Hamblin
2002-11-09  2:16 ` [PATCH] restore framebuffer console after suspend Carl-Daniel Hailfinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®