]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] fbcon: fix complement_mask() with 512 character map
authorAntonino A. Daplas <adaplas@pol.net>
Tue, 13 Dec 2005 06:17:15 +0000 (22:17 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 13 Dec 2005 06:31:17 +0000 (22:31 -0800)
commit56f0d64de80733bda54d1cfa7ac0c736ab2de33b
treec708c7d2375295d0e5e7884771c2dd8275b5e89c
parent2f6331faf58a4727a9f1138cd6db30d05b124220
[PATCH] fbcon: fix complement_mask() with 512 character map

There is a bug in the complement_mask when you have a 512-character map.
Linux boots to a default 256-character map and most probably your login
profile is loading a 512-character map which results in a bad gpm cursor.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/console/fbcon.c