X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=ftdi_eeprom%2Fmain.c;h=f928e052c029626f619a4cbe79cee3cdd9ad8452;hp=814d1246ffeff78a3c48132c47ab6003bfff0028;hb=8a987aa2e1335d9ef3ebbdf496a7b071317b40a3;hpb=c53a7cd0a31c56cc2fab5fb5551358f68dc4c237 diff --git a/ftdi_eeprom/main.c b/ftdi_eeprom/main.c index 814d124..f928e05 100644 --- a/ftdi_eeprom/main.c +++ b/ftdi_eeprom/main.c @@ -2,7 +2,7 @@ main.c - description ------------------- begin : Mon Apr 7 12:05:22 CEST 2003 - copyright : (C) 2003,2008 by Intra2net AG + copyright : (C) 2003-2011 by Intra2net AG and the libftdi developers email : opensource@intra2net.com ***************************************************************************/ @@ -14,6 +14,22 @@ * * ***************************************************************************/ +/* + TODO: + - Use new eeprom get/set functions + - Remove 128 bytes limit + - Merge Uwe's eeprom tool. Current features: + - Init eeprom defaults based upon eeprom type + - Read -> Already there + - Write -> Already there + - Erase -> Already there + - Decode on stdout + - Ability to find device by PID/VID, product name or serial + + TODO nice-to-have: + - Out-of-the-box compatibility with FTDI's eeprom tool configuration files + */ + #ifdef HAVE_CONFIG_H #include #endif @@ -101,7 +117,7 @@ int main(int argc, char *argv[]) struct ftdi_eeprom *eeprom; printf("\nFTDI eeprom generator v%s\n", EEPROM_VERSION_STRING); - printf ("(c) Intra2net AG \n"); + printf ("(c) Intra2net AG and the libftdi developers \n"); if (argc != 2 && argc != 3) {