]> git.baikalelectronics.ru Git - kernel.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)
commitcb7e045d769897c3c5a422f1da4287e01dd00805
treec708c7d2375295d0e5e7884771c2dd8275b5e89c
parent2f15f8f869908ef053742ba0d34e017be0f3be82
[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