diff options
author | [email protected] <[email protected]> | 2022-02-17 23:31:21 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2022-02-21 19:51:04 +0100 |
commit | c19d93542a6081577e6da9bf5e887979c72e80c1 (patch) | |
tree | 26803f47677e966baab0ff17bc2f31da560f2135 /tools/perf/scripts/python/compaction-times.py | |
parent | 96b169f05cdcc844b400695184d77e42071d14f2 (diff) |
tty: n_gsm: fix wrong tty control line for flow control
tty flow control is handled via gsmtty_throttle() and gsmtty_unthrottle().
Both functions propagate the outgoing hardware flow control state to the
remote side via MSC (modem status command) frames. The local state is taken
from the RTS (ready to send) flag of the tty. However, RTS gets mapped to
DTR (data terminal ready), which is wrong.
This patch corrects this by mapping RTS to RTS.
Fixes: e1eaea46bb40 ("tty: n_gsm line discipline")
Cc: [email protected]
Signed-off-by: Daniel Starke <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/compaction-times.py')
0 files changed, 0 insertions, 0 deletions