Hello Uwe,

looking at this code:

int ftdi_eeprom_build(struct ftdi_context *ftdi)
{
...
    if ((eeprom->chip == 0x56) || (eeprom->chip == 0x66))
        eeprom->size = 0x100;
    else
        eeprom->size = 0x80;

...
...
    size_check = 0x80;


Shouldn't we init "size_check" with eeprom->size?

Cheers,
Thomas

--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to [email protected]   

Reply via email to