libftdi-git Archives

Subject: port libftdi to libusb-1.0 branch, eeprom-new, updated. v0.17-164-g8a987aa

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Sat, 15 Jan 2011 17:44:47 +0100 (CET)
The branch, eeprom-new has been updated
       via  8a987aa2e1335d9ef3ebbdf496a7b071317b40a3 (commit)
      from  c53a7cd0a31c56cc2fab5fb5551358f68dc4c237 (commit)


- Log -----------------------------------------------------------------
commit 8a987aa2e1335d9ef3ebbdf496a7b071317b40a3
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Sat Jan 15 17:44:44 2011 +0100

    Update copyright information and add ftdi_eeprom TODO list

-----------------------------------------------------------------------

Summary of changes:
 ftdi_eeprom/main.c |   20 ++++++++++++++++++--
 src/ftdi.c         |    2 +-
 src/ftdi.h         |    2 +-
 3 files changed, 20 insertions(+), 4 deletions(-)

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@xxxxxxxxxxxxx
  ***************************************************************************/
 
@@ -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 <config.h>
 #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 <opensource@xxxxxxxxxxxxx>\n");
+    printf ("(c) Intra2net AG and the libftdi developers 
<opensource@xxxxxxxxxxxxx>\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@xxxxxxxxxxxxx
  ***************************************************************************/
 
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@xxxxxxxxxxxxx
  ***************************************************************************/
 


hooks/post-receive
-- 
port libftdi to libusb-1.0

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • port libftdi to libusb-1.0 branch, eeprom-new, updated. v0.17-164-g8a987aa, libftdi-git <=