All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.6.33.7, ftdi_sio, problem with digitemp
@ 2010-09-19 10:57 Hakan Lennestal
  0 siblings, 0 replies; only message in thread
From: Hakan Lennestal @ 2010-09-19 10:57 UTC (permalink / raw)
  To: linux-kernel


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@brfsodrahamn.se>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-19 11:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-19 10:57 2.6.33.7, ftdi_sio, problem with digitemp Hakan Lennestal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.