Home
last modified time | relevance | path

Searched hist:"030 ee7ae52a46a2be52ccc8242c4a330aba8d38e" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/serial/
H A Dch341.cdiff 030ee7ae52a46a2be52ccc8242c4a330aba8d38e Fri Jan 06 19:15:12 CET 2017 Johan Hovold <johan@kernel.org> USB: serial: ch341: fix modem-control and B0 handling

The modem-control signals are managed by the tty-layer during open and
should not be asserted prematurely when set_termios is called from
driver open.

Also make sure that the signals are asserted only when changing speed
from B0.

Fixes: 664d5df92e88 ("USB: usb-serial ch341: support for DTR/RTS/CTS")
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>