ftdi_eeprom
13 years agoSupport for FT232R eeprom features master
Hermann Kraus [Wed, 18 Aug 2010 08:05:14 +0000]
Support for FT232R eeprom features

13 years agoRemove wrong casts
Uwe Bonnes [Sat, 26 Jun 2010 11:44:34 +0000]
Remove wrong casts

14 years agoftdi_eeprom requires libftdi 0.16
Jim Paris [Fri, 22 May 2009 18:48:57 +0000]
ftdi_eeprom requires libftdi 0.16

Since commit 13a25f0fce452792ba912b37d6cb87e512c864fb, this program
requires the new symbol ftdi_eeprom_decode, which is only provided
by libftdi >= 0.16.

Signed-off-by: Jim Paris <jim@jtan.com>

14 years agoftdi_eeprom: Fix git build problems by using autoreconf
Jim Paris [Fri, 22 May 2009 18:48:56 +0000]
ftdi_eeprom: Fix git build problems by using autoreconf

For recent versions of automake, the autotools steps in Makefile.cvs
don't work:
  $ make -f Makefile.cvs
  aclocal
  autoheader
  automake
  configure.in: required file `./install-sh' not found
  configure.in: required file `./mkinstalldirs' not found
  configure.in: required file `./missing' not found
  src/Makefile.am: required file `./depcomp' not found
  make: *** [all] Error 1

This is because automake no longer calls libtoolize, as described in:
  http://www.gnu.org/software/automake/manual/html_node/Error-required-file-ltmain_002esh-not-found.html
The recommended workaround there is to use autoreconf rather than
calling individual autotools programs.

This patch also removes the use of all_includes and all_libraries, as
they are undefined and cause automake errors.

Signed-off-by: Jim Paris <jim@jtan.com>

15 years agoImprove indentation and whitespace cleanup
Thomas Jarosch [Mon, 16 Mar 2009 19:09:32 +0000]
Improve indentation and whitespace cleanup

Reformatted using this astyle options:
/usr/bin/astyle --indent=spaces=4 --indent-switches --brackets=break \
                --convert-tabs --one-line=keep-statements --one-line=keep-blocks

Should have done this for a long time...

15 years agoUpdated ChangeLog
Thomas Jarosch [Sat, 14 Mar 2009 21:54:54 +0000]
Updated ChangeLog

15 years agoAdapted to new decode size parameter, disable debug output
Marius Kintel [Mon, 2 Mar 2009 17:39:42 +0000]
Adapted to new decode size parameter, disable debug output

15 years agouncommented decoding and debug printing of eeprom contents
Marius Kintel [Wed, 25 Feb 2009 17:14:11 +0000]
uncommented decoding and debug printing of eeprom contents

15 years agoAdded code to test decode function
Marius Kintel [Thu, 19 Feb 2009 16:37:47 +0000]
Added code to test decode function

15 years agoImprove source package generator, remove unused "patch" version level
Thomas Jarosch [Sat, 14 Mar 2009 21:33:52 +0000]
Improve source package generator, remove unused "patch" version level

15 years agoAdded cpack support, updated ChangeLog and AUTHORS
Thomas Jarosch [Tue, 10 Mar 2009 22:51:57 +0000]
Added cpack support, updated ChangeLog and AUTHORS

15 years agoIncrease version to current ftdi_eeprom version
Thomas Jarosch [Tue, 10 Mar 2009 22:29:11 +0000]
Increase version to current ftdi_eeprom version

15 years agoCmake support
Marius Kintel [Tue, 17 Feb 2009 00:41:04 +0000]
Cmake support

15 years agoStarted .gitignore file latest_release v0.3
Thomas Jarosch [Mon, 16 Feb 2009 09:44:15 +0000]
Started .gitignore file

15 years agoAutomatically create ftdi_eeprom.spec and include it in the tarball
Thomas Jarosch [Mon, 16 Feb 2009 09:43:38 +0000]
Automatically create ftdi_eeprom.spec and include it in the tarball

15 years agoIncrease version
Thomas Jarosch [Mon, 16 Feb 2009 09:29:31 +0000]
Increase version

15 years agoAdded README, AUTHORS and ChangeLog file
Thomas Jarosch [Mon, 16 Feb 2009 09:26:50 +0000]
Added README, AUTHORS and ChangeLog file

16 years agoftdi_eeprom: (tomj) fix crash found by testing new EEPROM code (#1268)
Thomas Jarosch [Thu, 7 Feb 2008 14:50:42 +0000]
ftdi_eeprom: (tomj) fix crash found by testing new EEPROM code (#1268)

16 years agoRemove auto generate stuff
Thomas Jarosch [Thu, 7 Feb 2008 14:49:49 +0000]
Remove auto generate stuff

16 years agofix ftdi_eeprom version increase
Gerd v. Egidy [Thu, 6 Dec 2007 14:01:51 +0000]
fix ftdi_eeprom version increase

16 years agoversion increase
Gerd v. Egidy [Thu, 6 Dec 2007 13:47:43 +0000]
version increase

17 years agoftdi_eeprom: (tomj) improved error output
Thomas Jarosch [Mon, 7 Aug 2006 08:45:08 +0000]
ftdi_eeprom: (tomj) improved error output

18 years agoIncrease version
Thomas Jarosch [Sun, 19 Jun 2005 10:21:56 +0000]
Increase version

19 years agoincrease version
Thomas Jarosch [Wed, 3 Nov 2004 10:52:11 +0000]
increase version

19 years agoftdi_eeprom: (gerd) recreate in new kdevelop, license fix
Gerd v. Egidy [Tue, 21 Sep 2004 18:20:43 +0000]
ftdi_eeprom: (gerd) recreate in new kdevelop, license fix

19 years agoincrease version
Thomas Jarosch [Thu, 6 May 2004 16:10:07 +0000]
increase version

20 years agoftdi_eeprom: (gerd) this is copyrighted only under GPL v2
Gerd v. Egidy [Sat, 27 Mar 2004 15:49:12 +0000]
ftdi_eeprom: (gerd) this is copyrighted only under GPL v2

20 years agoftdi_eeprom, lcdproc, usb_display_shutdown, uisp: (tomj) update to latest libftdi v0.2
Thomas Jarosch [Thu, 25 Mar 2004 17:00:54 +0000]
ftdi_eeprom, lcdproc, usb_display_shutdown, uisp: (tomj) update to latest libftdi

20 years agolibftdi, ftdi_eeprom: (tomj) changed all email addresses to opensource@intra2net.com
Thomas Jarosch [Thu, 25 Mar 2004 10:33:16 +0000]
libftdi, ftdi_eeprom: (tomj) changed all email addresses to opensource@intra2net.com

20 years agorebuild against new libftdi
Thomas Jarosch [Sat, 3 Jan 2004 15:47:40 +0000]
rebuild against new libftdi

21 years agoftdi_eeprom: (tomj) initial submission
Thomas Jarosch [Mon, 7 Apr 2003 13:29:02 +0000]
ftdi_eeprom: (tomj) initial submission