Skip to content
Commit 717f3bba authored by Seth Bollinger's avatar Seth Bollinger Committed by Greg Kroah-Hartman
Browse files

serial_core: Fix conditional start_tx on ring buffer not empty



If the serial_core ring buffer empties just as the tty layer receives
an XOFF, then start_tx will never be called when the tty layer
receives an XON as the serial_core ring buffer is empty.  This will
possibly leave a few bytes trapped in the fifo for drivers that
disable the transmitter when flow controlled.

Signed-off-by: default avatarSeth Bollinger <sethb@digi.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4ea8dafd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment