From: Thomas Jarosch Date: Sat, 15 Jan 2011 16:44:44 +0000 (+0100) Subject: Update copyright information and add ftdi_eeprom TODO list X-Git-Tag: v1.0rc1~133^2~13 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=8a987aa2e1335d9ef3ebbdf496a7b071317b40a3 Update copyright information and add ftdi_eeprom TODO list --- 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) { diff --git a/src/ftdi.c b/src/ftdi.c index fc561b5..782bd0f 100644 --- a/src/ftdi.c +++ b/src/ftdi.c @@ -2,7 +2,7 @@ ftdi.c - description ------------------- begin : Fri Apr 4 2003 - copyright : (C) 2003-2010 by Intra2net AG + copyright : (C) 2003-2011 by Intra2net AG and the libftdi developers email : opensource@intra2net.com ***************************************************************************/ diff --git a/src/ftdi.h b/src/ftdi.h index 820a5c7..b7c0113 100644 --- a/src/ftdi.h +++ b/src/ftdi.h @@ -2,7 +2,7 @@ ftdi.h - description ------------------- begin : Fri Apr 4 2003 - copyright : (C) 2003 by Intra2net AG + copyright : (C) 2003-2011 by Intra2net AG and the libftdi developers email : opensource@intra2net.com ***************************************************************************/