]> asedeno.scripts.mit.edu Git - linux.git/commit
USB: serial: ftdi_sio: fix IXON/IXOFF mixup
authorJohan Hovold <johan@kernel.org>
Fri, 18 May 2018 13:25:47 +0000 (15:25 +0200)
committerJohan Hovold <johan@kernel.org>
Mon, 21 May 2018 08:03:49 +0000 (10:03 +0200)
commit5ada98427f12f5c19d6f93bfe02f23fe4531b978
treee91face47f588eabde03dcc8567962c912f34fac
parent79ef51894a8dfbd7c4db1d2a820c235b42499e2e
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>
drivers/usb/serial/ftdi_sio.c