X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=src%2Fftdi_i.h;h=1427f05738dfb555d1f08ffbd584c515ccabe046;hp=dd2d29b54e9ccf3005c16e47c22869722fb3cbec;hb=a7c32c59a04044e70612b3ea598ab51b2cff3174;hpb=720c7d2457ae1cd43abd36b3ac7e89b896e65119 diff --git a/src/ftdi_i.h b/src/ftdi_i.h index dd2d29b..1427f05 100644 --- a/src/ftdi_i.h +++ b/src/ftdi_i.h @@ -21,6 +21,9 @@ /* Even on 93xx66 at max 256 bytes are used (AN_121)*/ #define FTDI_MAX_EEPROM_SIZE 256 +/** Max Power adjustment factor. */ +#define MAX_POWER_MILLIAMP_PER_UNIT 2 + /** \brief FTDI eeprom structure */ @@ -68,7 +71,7 @@ struct ftdi_eeprom /** serial number */ char *serial; - /* 2232D/H(/FT4432H?) specific */ + /* 2232D/H specific */ /* Hardware type, 0 = RS232 Uart, 1 = 245 FIFO, 2 = CPU FIFO, 4 = OPTO Isolate */ int channel_a_type; @@ -76,6 +79,13 @@ struct ftdi_eeprom /* Driver Type, 1 = VCP */ int channel_a_driver; int channel_b_driver; + int channel_c_driver; + int channel_d_driver; + /* 4232H specific */ + int channel_a_rs485enable; + int channel_b_rs485enable; + int channel_c_rs485enable; + int channel_d_rs485enable; /* Special function of FT232R/FT232H devices (and possibly others as well) */ /** CBUS pin function. See CBUS_xxx defines. */