diff options
-rw-r--r-- | drivers/usb/serial/option.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index b1c91818fe8..4590124cf88 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c | |||
@@ -313,7 +313,8 @@ static void option_set_termios(struct usb_serial_port *port, | |||
313 | struct ktermios *old_termios) | 313 | struct ktermios *old_termios) |
314 | { | 314 | { |
315 | dbg("%s", __FUNCTION__); | 315 | dbg("%s", __FUNCTION__); |
316 | 316 | /* Doesn't support option setting */ | |
317 | tty_termios_copy_hw(port->tty->termios, old_termios); | ||
317 | option_send_setup(port); | 318 | option_send_setup(port); |
318 | } | 319 | } |
319 | 320 | ||