]> git.baikalelectronics.ru Git - kernel.git/commit
n_tty: Special case EXTPROC receive_buf() as raw mode
authorPeter Hurley <peter@hurleysoftware.com>
Sat, 15 Jun 2013 14:21:26 +0000 (10:21 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jul 2013 00:11:02 +0000 (17:11 -0700)
commit8eb2c507c425959b506053ba9b4c0e95fa1b8d7a
treeeff065921b9d84757060cee95d751bca632b2b15
parent729edd0319a9347468109e19b8e1d2d8f1c1cafe
n_tty: Special case EXTPROC receive_buf() as raw mode

When EXTPROC is set without ISTRIP or IUCLC, processing is
identical to raw mode; handle this receiving mode as a special-case
of raw mode.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/n_tty.c