From: Michal Januszewski Date: Tue, 8 May 2007 07:38:07 +0000 (-0700) Subject: fbcon: don't draw cursor when it's disabled X-Git-Tag: v2.6.22-rc1~439 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1e2306681ad3cbbe63a2bfcc37ac22a21b0f0eb;p=pandora-kernel.git fbcon: don't draw cursor when it's disabled When the cursor and echo are disabled on the current console, pressing a key will cause a black rectangle to be painted in the cursor's position. Fix this by not touching the framebuffer in fbcon_cursor() when the cursor is off. Signed-off-by: Michal Januszewski Cc: "Antonino A. Daplas" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed