Commit 59187325 authored by James Simmons's avatar James Simmons

Fits the other accel protocols. Fix for blanking.

parent 0d7b12a6
...@@ -1983,7 +1983,8 @@ static int fbcon_blank(struct vc_data *vc, int blank) ...@@ -1983,7 +1983,8 @@ static int fbcon_blank(struct vc_data *vc, int blank)
height, height,
vc->vc_cols); vc->vc_cols);
vc->vc_video_erase_char = oldc; vc->vc_video_erase_char = oldc;
} } else
update_screen(vc->vc_num);
return 0; return 0;
} else { } else {
/* Tell console.c that it has to restore the screen itself */ /* Tell console.c that it has to restore the screen itself */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment