X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=src%2Fftdi.h;h=d3ccf2b3cc9c69d29107fc4ac1a0c0c1228c1c22;hb=2cde7c524141286c424de68e46710f9e3dbf838d;hp=6d6df150ec85b4bd15b3e3530a0215b0a6b96bfa;hpb=b1859923f302ce55de34bbd74538c72b5aef47f5;p=libftdi diff --git a/src/ftdi.h b/src/ftdi.h index 6d6df15..d3ccf2b 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; @@ -364,7 +366,8 @@ enum ftdi_cbus_func {/* FIXME: Recheck value, especially the last */ #define SUSPEND_DBUS7 0x80 /** High current drive. */ -#define HIGH_CURRENT_DRIVE 0x10 +#define HIGH_CURRENT_DRIVE 0x10 +#define HIGH_CURRENT_DRIVE_R 0x04 /** \brief Progress Info for streaming read