Appended smal patch adds the bitmode (0x40) fot synchronous fifo mode of the FT2232h
Bye -- Uwe Bonnes [email protected] Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt --------- Tel. 06151 162516 -------- Fax. 06151 164321 ---------- >From 3417a30bd5d0b06b7f12786b2d9b69a4c2541e1f Mon Sep 17 00:00:00 2001 From: Uwe Bonnes <[email protected]> Date: Fri, 20 Nov 2009 17:15:25 +0100 Subject: Add value for synchrounous fifo mode of FT2232h --- src/ftdi.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/ftdi.h b/src/ftdi.h index 74a397b..ffef129 100644 --- a/src/ftdi.h +++ b/src/ftdi.h @@ -43,6 +43,7 @@ enum ftdi_mpsse_mode /* CPU-style fifo mode gets set via EEPROM */ BITMODE_OPTO = 0x10, BITMODE_CBUS = 0x20 + BITMODE_SYNC = 0x40 }; /** Port interface for FT2232C */ -- 1.6.4.2 -- libftdi - see http://www.intra2net.com/en/developer/libftdi for details. To unsubscribe send a mail to [email protected]
