git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d88d63
)
n_tty: Eliminate char tests from IXANY restart test
author
Peter Hurley
<peter@hurleysoftware.com>
Wed, 24 Jul 2013 12:29:50 +0000
(08:29 -0400)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 24 Jul 2013 16:26:51 +0000
(09:26 -0700)
Relocate the IXANY restart tty test to code paths where the
the received char is not START_CHAR, STOP_CHAR, INTR_CHAR,
QUIT_CHAR or SUSP_CHAR.
Fixes the condition when ISIG if off and one of INTR_CHAR,
QUIT_CHAR or SUSP_CHAR does not restart i/o.
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/n_tty.c
patch
|
blob
|
history
diff --cc
drivers/tty/n_tty.c
Simple merge