[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20100919125755.b0c3b9e5.hakan.lennestal@brfsodrahamn.se>
Date: Sun, 19 Sep 2010 12:57:55 +0200
From: Hakan Lennestal <hakan.lennestal@...sodrahamn.se>
To: linux-kernel@...r.kernel.org
Subject: 2.6.33.7, ftdi_sio, problem with digitemp
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@...sodrahamn.se>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists