X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=src%2Fftdi_i.h;h=cf2ac7854403b2328f48f7114e6396914e62bec4;hp=066790bcd70399c2468c12a1fcae25a1b9d1e230;hb=6e962b9a0991bf28571c7a143a532d83237c05af;hpb=34b79ac71e43a07e5bd929592cba212c9f780672 diff --git a/src/ftdi_i.h b/src/ftdi_i.h index 066790b..cf2ac78 100644 --- a/src/ftdi_i.h +++ b/src/ftdi_i.h @@ -98,6 +98,8 @@ struct ftdi_eeprom int high_current_b; /** Select inversion of data lines (bitmask). */ int invert; + /** Enable external oscillator. */ + int external_oscillator; /*2232H/4432H Group specific values */ /* Group0 is AL on 2322H and A on 4232H @@ -123,10 +125,10 @@ struct ftdi_eeprom int data_order; int flow_control; - /* FT-X Device and Peripheral control - * Fixme: Decode byte[0xa] - */ - int rs232_inversion; + /** user data **/ + int user_data_addr; + int user_data_size; + const char *user_data; /** eeprom size in bytes. This doesn't get stored in the eeprom but is the only way to pass it to ftdi_eeprom_build. */