Re: [PATCH] omap-serial: Allow IXON and IXOFF to be disabled.

2011-07-18 Thread Nick Pelly
On Thu, Jul 14, 2011 at 10:37 PM, Govindraj govindraj...@gmail.com wrote: On Fri, Jul 15, 2011 at 12:19 AM, Nick Pelly npe...@google.com wrote: Fixes logic bug that software flow control cannot be disabled, because serial_omap_configure_xonxoff() is not called if both IXON and IXOFF bits

[PATCH] omap-serial: Allow IXON and IXOFF to be disabled.

2011-07-14 Thread Nick Pelly
Fixes logic bug that software flow control cannot be disabled, because serial_omap_configure_xonxoff() is not called if both IXON and IXOFF bits are cleared. Signed-off-by: Nick Pelly npe...@google.com --- drivers/tty/serial/omap-serial.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions