|
|
@@ -55,20 +55,6 @@ void usb_wwan_dtr_rts(struct usb_serial_port *port, int on)
|
|
|
}
|
|
|
EXPORT_SYMBOL(usb_wwan_dtr_rts);
|
|
|
|
|
|
-void usb_wwan_set_termios(struct tty_struct *tty,
|
|
|
- struct usb_serial_port *port,
|
|
|
- struct ktermios *old_termios)
|
|
|
-{
|
|
|
- struct usb_wwan_intf_private *intfdata = port->serial->private;
|
|
|
-
|
|
|
- /* Doesn't support option setting */
|
|
|
- tty_termios_copy_hw(&tty->termios, old_termios);
|
|
|
-
|
|
|
- if (intfdata->send_setup)
|
|
|
- intfdata->send_setup(port);
|
|
|
-}
|
|
|
-EXPORT_SYMBOL(usb_wwan_set_termios);
|
|
|
-
|
|
|
int usb_wwan_tiocmget(struct tty_struct *tty)
|
|
|
{
|
|
|
struct usb_serial_port *port = tty->driver_data;
|