]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: sierra: remove unimplemented set_termios
authorJohan Hovold <jhovold@gmail.com>
Mon, 26 May 2014 17:23:01 +0000 (19:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 May 2014 22:04:04 +0000 (15:04 -0700)
commite825aaa0624ef5cc0aa06e3102ddfc9ed95c2e2c
treee847b104802ba21ab56681c9dbef1311845332f4
parentbc03cfe84d833a49a0a0a6d5e45fc84169f48e30
USB: sierra: remove unimplemented set_termios

The driver does not implement set_termios so the operation can be left
unset (tty will do the tty_termios_copy_hw for us).

Note that the send_setup call is bogus as it really only sets DTR/RTS
to their current values.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/sierra.c