From 68da6fdcd19f078a8871dee9241bbfb572b25a54 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 17 Jul 2014 12:58:33 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6dc1a98c1b..db4e940686 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7736,4 +7736,7 @@ CONFIG_NX_XYINPUT_MOUSE and CONFIG_XYINPUT_TOUCHSCREEN (2014-7-16). * drivers/input/mxt.c: Fix error in threshoold test... backward logic (2014-7-16). - + * graphics/nxconsole/nxcon_scroll.c: Fix scrolling in the NxConsole + for the case of the framebuffer device. In this case, the logic + for clearing the vacated region at the bottom was missing so garbage + up from the last, uncleared line (2014-7-17).