X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=src%2Fftdi.h;h=8fc235f72ef2e11d6b4b0bf6a08114f6c95c0409;hp=6d6df150ec85b4bd15b3e3530a0215b0a6b96bfa;hb=75388926b7825ede2b111e86ab8d003b95d8d554;hpb=b1859923f302ce55de34bbd74538c72b5aef47f5 diff --git a/src/ftdi.h b/src/ftdi.h index 6d6df15..8fc235f 100644 --- a/src/ftdi.h +++ b/src/ftdi.h @@ -221,9 +221,11 @@ struct ftdi_eeprom /* Special function of FT232R devices (and possibly others as well) */ /** CBUS pin function. See CBUS_xxx defines. */ int cbus_function[5]; - /** Select hight current drive. */ + /** Select hight current drive on R devices. */ + int high_current; + /** Select hight current drive on A channel (2232C */ int high_current_a; - /** Select hight current drive on B port (2232C). */ + /** Select hight current drive on B channel (2232C). */ int high_current_b; /** Select inversion of data lines (bitmask). */ int invert; @@ -365,6 +367,7 @@ enum ftdi_cbus_func {/* FIXME: Recheck value, especially the last */ /** High current drive. */ #define HIGH_CURRENT_DRIVE 0x10 +#define HIGH_CURRENT_DRIVE_R 0x04 /** \brief Progress Info for streaming read