commit | 93a8d4163ecd3fd8aac264707f1d497f193ea88d | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Tue Sep 17 12:34:14 2013 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 17 10:10:51 2013 -0700 |
tree | 83ed198c768be81863e2f5d49ebc1667b7d66d27 | |
parent | 0b53861230729f60a4a02a838fb51a2345b16f71 [diff] |
n_tty: Fix EOF push index when termios changes Commit 40d5e0905a03601d40cd4e46b8690093c2355d03, 'n_tty: Fix EOF push handling' introduced a subtle state change error wrt EOF push handling when the termios is changed from non-canonical to canonical mode. Reset line_start to the current read_tail index, not 0. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>