lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ