|
@@ -2029,8 +2029,6 @@ static void ftdi_set_termios(struct tty_struct *tty,
|
|
|
"urb failed to set to rts/cts flow control\n");
|
|
|
}
|
|
|
|
|
|
- /* raise DTR/RTS */
|
|
|
- set_mctrl(port, TIOCM_DTR | TIOCM_RTS);
|
|
|
} else {
|
|
|
/*
|
|
|
* Xon/Xoff code
|
|
@@ -2078,8 +2076,6 @@ static void ftdi_set_termios(struct tty_struct *tty,
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- /* lower DTR/RTS */
|
|
|
- clear_mctrl(port, TIOCM_DTR | TIOCM_RTS);
|
|
|
}
|
|
|
return;
|
|
|
}
|