From akpm@linux-foundation.org Thu Oct 18 01:26:08 2007 From: Alan Cox Date: Thu, 18 Oct 2007 01:24:22 -0700 Subject: USB: sierra: termios To: greg@kroah.com Cc: akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk, alan@redhat.com Message-ID: <200710180824.l9I8OM54002013@imap1.linux-foundation.org> From: Alan Cox No hardware termios setting in this case so keep the old settings Signed-off-by: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/sierra.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/usb/serial/sierra.c +++ b/drivers/usb/serial/sierra.c @@ -224,7 +224,7 @@ static void sierra_set_termios(struct us struct ktermios *old_termios) { dbg("%s", __FUNCTION__); - + tty_termios_copy_hw(port->tty->termios, old_termios); sierra_send_setup(port); }