mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: tip-bot for Matthew Garrett <mjg@redhat.com>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, mjg@redhat.com, hpa@zytor.com,
	mingo@redhat.com, tglx@linutronix.de
Subject: [tip:x86/setup] vgacon: Add support for setting the default cursor state
Date: Sat, 14 Nov 2009 00:10:15 GMT	[thread overview]
Message-ID: <tip-b434a680a29424856e0f40199daa9f65963c7cb4@git.kernel.org> (raw)
In-Reply-To: <1258142222-16092-3-git-send-email-mjg@redhat.com>

Commit-ID:  b434a680a29424856e0f40199daa9f65963c7cb4
Gitweb:     http://git.kernel.org/tip/b434a680a29424856e0f40199daa9f65963c7cb4
Author:     Matthew Garrett <mjg@redhat.com>
AuthorDate: Fri, 13 Nov 2009 14:57:02 -0500
Committer:  H. Peter Anvin <hpa@zytor.com>
CommitDate: Fri, 13 Nov 2009 15:55:02 -0800

vgacon: Add support for setting the default cursor state

Pass the vga cursor state to the vt layer, ensuring that we don't hide
the cursor when the bootloader has deliberately disabled it.

Signed-off-by: Matthew Garrett <mjg@redhat.com>
LKML-Reference: <1258142222-16092-3-git-send-email-mjg@redhat.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
---
 drivers/video/console/vgacon.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/drivers/video/console/vgacon.c b/drivers/video/console/vgacon.c
index 564643e..cc4bbbe 100644
--- a/drivers/video/console/vgacon.c
+++ b/drivers/video/console/vgacon.c
@@ -586,7 +586,10 @@ static void vgacon_init(struct vc_data *c, int init)
 	if (!vgacon_uni_pagedir[0] && p)
 		con_set_default_unimap(c);
 
-	hide_boot_cursor(screen_info.flags & VIDEO_FLAGS_NOCURSOR);
+	/* Only set the default if the user didn't deliberately override it */
+	if (global_cursor_default == -1)
+		global_cursor_default =
+			!(screen_info.flags & VIDEO_FLAGS_NOCURSOR);
 }
 
 static void vgacon_deinit(struct vc_data *c)

  reply	other threads:[~2009-11-14  0:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-13 19:57 [PATCH 1/3] setup: Store the boot " Matthew Garrett
2009-11-13 19:57 ` [PATCH 2/3] vc: Add support for hiding the cursor when creating VTs Matthew Garrett
2009-11-13 19:57   ` [PATCH 3/3] vgacon: Add support for setting the default cursor state Matthew Garrett
2009-11-14  0:10     ` tip-bot for Matthew Garrett [this message]
2009-11-13 20:14   ` [PATCH v2] vc: Add support for hiding the cursor when creating VTs Matthew Garrett
2009-11-14  0:09     ` [tip:x86/setup] " tip-bot for Matthew Garrett
2009-11-13 22:38   ` [PATCH 2/3] " H. Peter Anvin
2009-11-13 22:41     ` Matthew Garrett
2009-11-13 21:51 ` [PATCH 1/3] setup: Store the boot cursor state H. Peter Anvin
2009-11-13 22:02   ` Matthew Garrett
2009-11-13 22:16     ` H. Peter Anvin
2009-11-14  0:09 ` [tip:x86/setup] x86, " tip-bot for Matthew Garrett

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=tip-b434a680a29424856e0f40199daa9f65963c7cb4@git.kernel.org \
    --to=mjg@redhat.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome