Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed1f12ec authored by Alan Cox's avatar Alan Cox Committed by Greg Kroah-Hartman
Browse files

USB: sierra: termios



No hardware termios setting in this case so keep the old settings

Signed-off-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent e650d8ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -224,7 +224,7 @@ static void sierra_set_termios(struct usb_serial_port *port,
			struct ktermios *old_termios)
{
	dbg("%s", __FUNCTION__);

	tty_termios_copy_hw(port->tty->termios, old_termios);
	sierra_send_setup(port);
}