commit | d2f8d7abd1e7ac04a0b42df36b53fef00d5d73aa | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Sat Jun 15 10:21:24 2013 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jul 23 17:10:17 2013 -0700 |
tree | 5d1bcd616e7ff4d630e270e5e77f547e4315e0ec | |
parent | b0ac50be1f398ae1daedcf1ce71ac6b6409c88d2 [diff] |
n_tty: Factor flagged char handling into separate fn Prepare for modal receive_buf() handling; factor handling for TTY_BREAK, TTY_PARITY, TTY_FRAME and TTY_OVERRUN into n_tty_receive_char_flagged(). Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>