diff options
Diffstat (limited to 'drivers/usb/serial/iuu_phoenix.c')
-rw-r--r-- | drivers/usb/serial/iuu_phoenix.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/usb/serial/iuu_phoenix.c b/drivers/usb/serial/iuu_phoenix.c index 449e89db9cea..d5bff69b1769 100644 --- a/drivers/usb/serial/iuu_phoenix.c +++ b/drivers/usb/serial/iuu_phoenix.c | |||
@@ -942,9 +942,7 @@ static void iuu_close(struct usb_serial_port *port) | |||
942 | 942 | ||
943 | static void iuu_init_termios(struct tty_struct *tty) | 943 | static void iuu_init_termios(struct tty_struct *tty) |
944 | { | 944 | { |
945 | tty->termios = tty_std_termios; | 945 | tty->termios.c_cflag = B9600 | CS8 | CSTOPB | CREAD | PARENB | CLOCAL; |
946 | tty->termios.c_cflag = CLOCAL | CREAD | CS8 | B9600 | ||
947 | | TIOCM_CTS | CSTOPB | PARENB; | ||
948 | tty->termios.c_ispeed = 9600; | 946 | tty->termios.c_ispeed = 9600; |
949 | tty->termios.c_ospeed = 9600; | 947 | tty->termios.c_ospeed = 9600; |
950 | tty->termios.c_lflag = 0; | 948 | tty->termios.c_lflag = 0; |