Document ftdi_eeprom_initdefaults Add return value to ftdi_eeprom_initdefaults
[libftdi] / ftdipp / ftdi.cpp
2010-09-20 Uwe BonnesDocument ftdi_eeprom_initdefaults Add return value...
2010-09-20 Uwe BonnesHandle manufacturer/product/serial strings internal...
2010-09-20 Uwe BonnesProvide internal eeprom structure buffer with internal...
2010-09-20 Uwe BonnesRemove ftdi_eeprom_getsize also from the CPP Wrapper
2010-09-20 Uwe BonnesLet the eeprom functions work on the ftdi_context,...
2010-09-16 Thomas JaroschFix initialization order (found by -Wall)
2010-08-16 Thomas JaroschC++ wrapper: Fix infinite recursion in set_bitmode()
2010-01-19 Jie ZhangInitial import of using libusb-1.0.
2009-12-13 Gerd v. Egidysmall improvements in C++ wrapper:
2009-11-05 Thomas JaroschAdded new read/write_eeprom_location to C++ wrapper
2009-05-25 Jim Parislibftdi: Fix doxygen errors
2009-05-04 Marek VavrusaFixed Context::open as get_strings() closes the device...
2009-05-04 Thomas JaroschAdded some more functions to list API. Fixed return...
2009-05-04 Marek VavrusaList having non-virtual destructor fixed (thanks to...
2009-04-07 Thomas JaroschRelicensed C++ wrapper under GPLv2 + linking exception
2009-03-16 Thomas JaroschImprove indentation and whitespace cleanup
2008-10-21 Marek VavrusaUse boost::shared_ptr for reference counted memory...
2008-10-13 Thomas Jaroschlibftdi: (tomj) reformat according to I2n style, added...
2008-10-13 Thomas Jaroschlibftdi: (tomj) initial submission of C++ wrapper