Re: [STATUS] fbdev api.

James Simmons (jsimmons@infradead.org)
Sat, 7 Dec 2002 00:49:00 +0000 (GMT)


> diff -Naur linux-2.5.50-js/drivers/video/console/fbcon.c linux/drivers/video/console/fbcon.c
> --- linux-2.5.50-js/drivers/video/console/fbcon.c 2002-12-06 23:33:56.000000000 +0000
> +++ linux/drivers/video/console/fbcon.c 2002-12-06 23:33:18.000000000 +0000
> @@ -1986,6 +1986,8 @@
> vc->vc_cols);
> vc->vc_video_erase_char = oldc;
> }
> + else
> + update_screen(vc->vc_num);
> return 0;
> } else {
> /* Tell console.c that it has to restore the screen itself */

Applied :-)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/