From: Carl-Daniel Hailfinger <c-d.hailfinger.kernel.2002-Q4@gmx.net>
To: Marcelo Tosatti <marcelo@conectiva.com.br>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
Benjamin Herrenschmidt <benh@kernel.crashing.org>,
linux-fbdev-devel@lists.sourceforge.net
Subject: Re: [PATCH] restore framebuffer console after suspend
Date: Sat, 09 Nov 2002 03:16:09 +0100 [thread overview]
Message-ID: <3DCC6FE9.60506@gmx.net> (raw)
In-Reply-To: 3DCC5DA4.2010707@gmx.net
[-- Attachment #1: Type: text/plain, Size: 272 bytes --]
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
[-- Attachment #2: patch-fbdev.txt --]
[-- Type: text/plain, Size: 407 bytes --]
===== 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);
next prev parent reply other threads:[~2002-11-09 2:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Carl-Daniel Hailfinger [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-11-11 11:58 [PATCH] restore framebuffer console after suspend Carl-Daniel Hailfinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3DCC6FE9.60506@gmx.net \
--to=c-d.hailfinger.kernel.2002-q4@gmx.net \
--cc=benh@kernel.crashing.org \
--cc=linux-fbdev-devel@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.