X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=src%2Fftdi.h;h=03bb167d5949e4ccd09002cff29d1aa348a0134c;hp=6906894fb269ed5f5352584f3c2822f454d69240;hb=85394e6249329e13fd8530a5aeb72355c5340d62;hpb=49a6bc10a1c75b1595572e67910c53e09752a6f2 diff --git a/src/ftdi.h b/src/ftdi.h index 6906894..03bb167 100644 --- a/src/ftdi.h +++ b/src/ftdi.h @@ -212,7 +212,9 @@ struct ftdi_eeprom /** CBUS pin function. See CBUS_xxx defines. */ int cbus_function[5]; /** Select hight current drive. */ - int high_current; + int high_current_a; + /** Select hight current drive on B port (2232C). */ + int high_current_b; /** Select inversion of data lines (bitmask). */ int invert; @@ -337,7 +339,7 @@ struct ftdi_device_list #define INVERT_RI 0x80 /** High current drive. */ -#define HIGH_CURRENT_DRIVE 0x04 +#define HIGH_CURRENT_DRIVE 0x10 /** \brief Progress Info for streaming read