2.6.33.7, ftdi_sio, problem with digitemp

From: Hakan Lennestal
Date: Sun Sep 19 2010 - 07:32:12 EST



Hi !

There was a ftdi_sio patch included in the 2.6.33.7 kernel (also 2.6.32.17 and 2.6.35):
"USB: ftdi_sio: support for Signalyzer tools based on FTDI chips"

This patch brakes the digitemp application, http://www.digitemp.com (it will hang).

The problem seem to be the addition of lowering and raising of the DTR/RTS signals in ftdi_sio.c:

2324 /* raise DTR/RTS */
2325 set_mctrl(port, TIOCM_DTR | TIOCM_RTS);

...

2373 /* lower DTR/RTS */
2374 clear_mctrl(port, TIOCM_DTR | TIOCM_RTS);

--
Hakan Lennestal <hakan.lennestal@xxxxxxxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/