commit | 212f26398f63bc905ea28f55b31d4ecd4a21a33b | [log] [tgz] |
---|---|---|
author | Antonino A. Daplas <adaplas@gmail.com> | Tue Oct 03 01:14:48 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Oct 03 08:04:10 2006 -0700 |
tree | 011d7f2032fbd23a0da204efcf31508b64220475 | |
parent | e299dd4d7c5f38a24045e0578049d872b62f21eb [diff] |
[PATCH] fbcon: Remove cursor timer if unused Remove the cursor timer (cursor flashing) on the following conditions: - if vc is in KD_GRAPHICS mode, ie, when X owns the console - if vc is blanked This misbehavior was exposed by Dave Jones. Signed-off-by: Antonino Daplas <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>