From: Alan Cox Date: Sat, 14 Jul 2012 14:32:10 +0000 (+0100) Subject: f81232: correct stubbed termios handler X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c97ce276909b0434cd74f9e6c7da37bda59106bb;p=linux-beck.git f81232: correct stubbed termios handler Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/serial/f81232.c b/drivers/usb/serial/f81232.c index 42c604bc7ce4..79451ee12ca0 100644 --- a/drivers/usb/serial/f81232.c +++ b/drivers/usb/serial/f81232.c @@ -177,6 +177,7 @@ static void f81232_set_termios(struct tty_struct *tty, return; /* Do the real work here... */ + tty_termios_copy_hw(&tty->termios, old_termios); } static int f81232_tiocmget(struct tty_struct *tty)