libftdi Archives

Subject: RE: SOLVED: Release 0.15 and the ft2232 data loss.

From: Uwe Bonnes <bon@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
To: libftdi@xxxxxxxxxxxxxxxxxxxxxxx
Date: Mon, 23 Mar 2009 17:01:21 +0100
>>>>> "David" == David Challis <dchallis@xxxxxxxxxxxxx> writes:

    >> Good work! Maybe the attached patch will help you.
    >> 
    >> Cheers, Thomas

    David> Thomas,

    David> The line in the patch:

    David>      else if (dev->descriptor.bcdDevice == 0x800)
    ftdi-> type = TYPE_2232H;

    David> for the FT2232H should be:

    David>      else if (dev->descriptor.bcdDevice == 0x700)
    ftdi-> type = TYPE_2232H;


The 4432h will behave the same.
-- 
Uwe Bonnes                bon@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------

--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread