libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v0.17-291-g720c7d2

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Mon, 10 Oct 2011 08:20:12 +0200 (CEST)
The branch, master has been updated
       via  720c7d2457ae1cd43abd36b3ac7e89b896e65119 (commit)
      from  19382a2855d481d4a5239ae9cdc8d608a826a9de (commit)


- Log -----------------------------------------------------------------
commit 720c7d2457ae1cd43abd36b3ac7e89b896e65119
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Mon Oct 10 08:19:05 2011 +0200

    Increase ftdi_eeprom->cbus_function array again

-----------------------------------------------------------------------

Summary of changes:
 src/ftdi_i.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/ftdi_i.h b/src/ftdi_i.h
index 1bbcf14..dd2d29b 100644
--- a/src/ftdi_i.h
+++ b/src/ftdi_i.h
@@ -79,7 +79,7 @@ struct ftdi_eeprom
 
     /* Special function of FT232R/FT232H devices (and possibly others as well) 
*/
     /** CBUS pin function. See CBUS_xxx defines. */
-    int cbus_function[9];
+    int cbus_function[10];
     /** Select hight current drive on R devices. */
     int high_current;
     /** Select hight current drive on A channel (2232C */


hooks/post-receive
-- 
A library to talk to FTDI chips

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

Current Thread
  • A library to talk to FTDI chips branch, master, updated. v0.17-291-g720c7d2, libftdi-git <=