]> git.baikalelectronics.ru Git - kernel.git/commit
fbcon: prevent cursor disappearance after switching to 512 character font
authorKrzysztof Helt <krzysztof.h1@wp.pl>
Tue, 12 Aug 2008 22:08:57 +0000 (15:08 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 12 Aug 2008 23:07:29 +0000 (16:07 -0700)
commit83a6c37a677fd488a84ffe5b3785aa6de210b568
tree6e5215a417bce365dd2d799e17f39d39d99a8075
parentf2c6eb3b0f4b8814352a7484937f0fb8275c20a5
fbcon: prevent cursor disappearance after switching to 512 character font

Adjust and honor the vc_scrl_erase_char for 256 and 512 character fonts.

It fixes the issue with disappearing cursor during scrolling
(http://bugzilla.kernel.org/show_bug.cgi?id=11258).  The issue was
reported and tracked by Peter Hanzel.

Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Reported-by: Peter Hanzel <hanzelpeter@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/console/fbcon.c