commit | 95ea90db019561450826ac32d8341f5735c78eee | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Thu Oct 16 15:33:30 2014 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 05 16:34:36 2014 -0800 |
tree | e8c772efb5ab292530d367324dcd0dd37d5d1a61 | |
parent | 1aa1bf1115272d22fc4c758ee8769b73d8079a79 [diff] |
n_tty: Only process packet mode data in raw mode Packet mode can only be set for a pty master, and a pty master is always in raw mode since its termios cannot be changed. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Reviewed-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>