--- linux-2.4.7/net/irda/ircomm/ircomm_tty_attach.c.orig Sun Nov 12 03:11:23 2000 +++ linux-2.4.7/net/irda/ircomm/ircomm_tty_attach.c Wed Sep 12 03:13:11 2001 @@ -505,7 +505,7 @@ * will have to wait for the peer device (DCE) to raise the CTS * line. */ - if (self->flags & ASYNC_CTS_FLOW) { + if (0 && self->flags & ASYNC_CTS_FLOW) { IRDA_DEBUG(0, __FUNCTION__ "(), waiting for CTS ...\n"); return; } else {