commit | 5ada98427f12f5c19d6f93bfe02f23fe4531b978 | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Fri May 18 15:25:47 2018 +0200 |
committer | Johan Hovold <johan@kernel.org> | Mon May 21 10:03:49 2018 +0200 |
tree | e91face47f588eabde03dcc8567962c912f34fac | |
parent | 79ef51894a8dfbd7c4db1d2a820c235b42499e2e [diff] |
USB: serial: ftdi_sio: fix IXON/IXOFF mixup Since forever this driver has had IXON and IXOFF mixed up, and has used the latter rather than the former to enable hardware-assisted software flow control on output. Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Johan Hovold <johan@kernel.org>