X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=src%2Fftdi.c;h=5b3a24e39652a2fbb3e5b30fe717c9a5ff95177f;hp=e192cef3e063d4809052ad2911fa099df2c99778;hb=42ae7c628196dcda467ece62d2f4e04bc77bc8c4;hpb=8d3fe5c92a771cb501084d17c6ff49904d5c43d9 diff --git a/src/ftdi.c b/src/ftdi.c index e192cef..5b3a24e 100644 --- a/src/ftdi.c +++ b/src/ftdi.c @@ -2632,7 +2632,7 @@ int ftdi_eeprom_decode(struct ftdi_context *ftdi, unsigned char *buf, int size, { eeprom->chip = buf[14]; } - if(ftdi->type == TYPE_2) + if(ftdi->type == TYPE_2232C) { } if(ftdi->type == TYPE_R)