[PATCH] Set the vga cursor even when hidden
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 5 Nov 2005 21:19:50 +0000 (22:19 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 5 Nov 2005 21:30:03 +0000 (13:30 -0800)
commit88dcb6c4113afe93a6c4891ec43bef6a17c83155
tree3c1624b7cae2b861272a89d5502a80b46db7bbba
parent70d9d825e0a5a78ec1dacaaaf5c72ff5b0206fab
[PATCH] Set the vga cursor even when hidden

Some visually impaired people use hardware devices which directly read
the vga screen. When newt for instance asks to hide the cursor for
better visual aspect, the kernel puts the vga cursor out of the screen,
so that the cursor position can't be read by the hardware device. This
is a great loss for such people.

Here is a patch which uses the same technique as CUR_NONE for hiding the
cursor while still moving it.

Mario, you should apply it to the speakup kernel for access floppies
asap. I'll submit a 2.4 patch too.

Signed-off-by: samuel.thibault@ens-lyon.org
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/console/vgacon.c