FT230X: Read out, decode and encode the RS232 inversion configuration bits
[libftdi] / src / ftdi_i.h
index f8868d9..066790b 100644 (file)
@@ -2,7 +2,7 @@
                           ftdi_i.h  -  description
                              -------------------
     begin                : Don Sep 9 2011
-    copyright            : (C) 2003-2013 by Intra2net AG and the libftdi developers
+    copyright            : (C) 2003-2014 by Intra2net AG and the libftdi developers
     email                : opensource@intra2net.com
  ***************************************************************************/
 
@@ -123,6 +123,11 @@ struct ftdi_eeprom
     int data_order;
     int flow_control;
 
+    /* FT-X Device and Peripheral control
+     * Fixme: Decode byte[0xa]
+     */
+    int rs232_inversion;
+
     /** eeprom size in bytes. This doesn't get stored in the eeprom
         but is the only way to pass it to ftdi_eeprom_build. */
     int size;