提交 99b9b490 编写于 作者: R Robert Abel 提交者: Miguel Ojeda

auxdisplay: charlcd: fix two-line command ^[[LN not marked as processed

Signed-off-by: NRobert Abel <rabel@robertabel.eu>
Reviewed-by: NGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: NMiguel Ojeda <miguel.ojeda.sandonis@gmail.com>
上级 9629ccca
......@@ -363,6 +363,7 @@ static inline int handle_lcd_special_code(struct charlcd *lcd)
break;
case 'N': /* Two Lines */
priv->flags |= LCD_FLAG_N;
processed = 1;
break;
case 'l': /* Shift Cursor Left */
if (priv->addr.x > 0) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册