]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: usb_wwan: remove unimplemented set_termios
authorJohan Hovold <jhovold@gmail.com>
Mon, 26 May 2014 17:23:22 +0000 (19:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 May 2014 22:04:07 +0000 (15:04 -0700)
commita427c179deb0fa3fa61126e137adb69c35273f24
tree89f7f1b6643aec931e16a7c872bca9494d934e8a
parent02803542b713060e6e05fcb88fa9258fd46985ca
USB: usb_wwan: 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/option.c
drivers/usb/serial/usb-wwan.h
drivers/usb/serial/usb_wwan.c