USB: ftdi_sio: revert "USB: ftdi_sio: fix DTR/RTS line modes"
[pandora-kernel.git] / drivers / usb / serial / ftdi_sio.c
index 6e6b0da..42fea29 100644 (file)
@@ -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;
 }