commit | 4b1f79c2d7352605b567cab49de20d3b67762ee3 | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Wed Jul 24 08:29:51 2013 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 24 09:27:22 2013 -0700 |
tree | 03c9f0dc2b8be9388ad582afe64d72ee70258134 | |
parent | 855df3c08968beac9d9a86536c43c0474684ac37 [diff] |
n_tty: Split n_tty_receive_char() Factor 'special' per-char processing into standalone fn, n_tty_receive_char_special(), which handles processing for chars marked in the char_map. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>