Hello Oleg, On Saturday, 24. October 2009 23:08:34 Signalyzer ( www.signalyzer.com ) wrote: > I would like to submit a patch to ftdilib and add following functions > to allow individual EEPROM locations reads and writes (similar to > FTDI's FT_ReadEE() and FT_WriteEE(): > int ftdi_read_eeprom_location (struct ftdi_context *ftdi, int > eeprom_addr, unsigned short *eeprom_val); > int ftdi_write_eeprom_location(struct ftdi_context *ftdi, int > eeprom_addr, unsigned short eeprom_val);
The patch looks good to me. The indent (tabs vs. spaces) needs some fixing, though that should be easy to do. A colleague of mime will take care of the patches sent to the libftdi list during this week(-end). Cheers, Thomas -- libftdi - see http://www.intra2net.com/en/developer/libftdi for details. To unsubscribe send a mail to [email protected]
