commit | 0d05d7d913892cd093acc5a0ac884ebab9fda67c | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Thu Jan 21 11:29:21 2021 +0100 |
committer | Johan Hovold <johan@kernel.org> | Tue Jan 26 16:16:56 2021 +0100 |
tree | 61fa11b125f5c3a011b94cf6b557548a8a66ba3c | |
parent | 465d3b3a0d311680d0e42258fd25454433667e9d [diff] |
USB: serial: xr: fix pin configuration Make sure that the modem pins are set up correctly when opening the port to avoid leaving, for example, DTR and RTS configured as inputs, which is the device default. This is specifically needed to be able to control DTR and RTS when hardware flow control is disabled. Fixes: c2d405aa86b4 ("USB: serial: add MaxLinear/Exar USB to Serial driver") Signed-off-by: Johan Hovold <johan@kernel.org>