Skip to content
  • Luis Javier Merino's avatar
    Check only IXON when getting flow control state · 0d3df225
    Luis Javier Merino authored and Kurt Hindenburg's avatar Kurt Hindenburg committed
    We check the flow control state to display the "Output has been
    suspended" warning message.  Check only IXON (flow control on output) on
    the master fd, which corresponds to IXOFF (flow control on input) on
    the slave side, since that's the direction we are interested in.
    
    BUG: 457924
    0d3df225