building parts of libftdi via cmake is now optional.
[libftdi] / src /
2010-01-04 Mike Frysingeravoid PATH_MAX/string copies usage
2009-12-19 Thomas JaroschIncrease version v0.17
2009-12-13 Gerd v. Egidydeprecate ftdi_enable_bitbang()
2009-12-13 Gerd v. Egidydocumentation improvements, small fix setting bitbang_e...
2009-12-12 Gerd v. Egidyfix description strings without serial
2009-12-12 Gerd v. Egidyadd new open functions: ftdi_usb_open_desc_index()...
2009-11-27 Thomas JaroschDetermine maximum packet size via usb config descriptor
2009-11-22 Uwe BonnesAdd bitmode for synchronous fifo if FT2232H
2009-11-03 Thomas JaroschFix usb_set_configuration() call on Windows 64.
2009-11-03 Thimo EichstaedtFix usb index in ftdi_convert_baudrate() for FT2232H...
2009-11-03 Thimo EichstaedtSet initial baudrate on correct interface instead of...
2009-11-03 Uwe BonnesCall usb_set_configuration() on Windows only
2009-11-03 Uwe BonnesFor Unix 64-bit builds, use LIB_SUFFIX to install to...
2009-11-03 Clifford Wolfdon't build --with-async-mode w/ libusb-compat-0.1
2009-11-03 Oleg SeiljusFunctions for read/write of a single eeprom location
2009-07-27 Thomas JaroschRenamed new usb_close_intl() to ftdi_usb_close_internal...
2009-07-27 Nathan FraserFix for double-free and segfault after close
2009-05-25 Jim Parislibftdi: Fix doxygen errors
2009-05-25 Jim Parislibftdi: Fix git build problems by using autoreconf
2009-05-09 Thomas JaroschFix compile warning on some gcc versions:
2009-05-06 Alex HarfordAllow C/D interfaces to be used on the 4232H, initializ...
2009-04-27 Thomas JaroschIncrease version and update changelog v0.16rc1
2009-04-07 David ChallisAdded FT2232H and FT4232H support to ftdi_read_data
2009-04-07 Thomas JaroschAdded detection for FT2232H and FT4232H type chips
2009-03-17 Thomas JaroschAlways build doxygen documentation. Stored output in...
2009-03-17 Thomas JaroschFix eeprom decoding of BM chip type: The previous code...
2009-03-17 Thomas JaroschHandle return value of some functions
2009-03-17 Thomas JaroschFix some theoretical signed/unsigned issues
2009-03-16 Thomas JaroschSet VERSION and SOVERSION on shared libraries (compatib...
2009-03-16 Thomas JaroschBuild and install static versions of the libraries
2009-03-16 Thomas JaroschImprove indentation and whitespace cleanup
2009-03-16 Matthias RichterFix ftdi_read_chipid in some cases
2009-03-14 Thomas JaroschFix return value of ftdi_eeprom_decode as noted by...
2009-03-14 Marius KintelCleanup of decode function
2009-03-14 Marius KintelCleaned up control message defines
2009-03-14 Marius KintelCorrect writing of EEPROM
2009-03-14 Marius KintelAdded ftdi_eeprom_decode()
2009-03-14 Marius KintelAdded FindUSB cmake macro
2009-02-08 Matthias JankeFix compilation in -ansi -pendantic mode
2009-02-06 Gerd von Egidyupdate the project URL everywhere
2008-10-22 Thomas JaroschInclude cmake rules in 'make dist'
2008-10-21 Marek VavrusaAdded cmake rules
2008-10-17 Thomas Jaroschlibftdi: (tomj) increase version, add BOOST_CPPFLAGS...
2008-10-13 Thomas Jaroschlibftdi: (tomj) reformat according to I2n style, added...
2008-09-09 Thomas Jaroschlibftdi: (tomj) increase .so library version v0.14
2008-09-08 Thomas Jaroschlibftdi: (tomj) fixed flow control code, fixed wrong...
2008-08-12 Thomas Jaroschlibftdi: (tomj) ability to set RS232 break type
2008-06-24 Thomas Jaroschlibftdi: (tomj) grouped flow control and modem status...
2008-06-02 Thomas Jaroschlibftdi: (tomj) build .spec file via configure. Enable...
2008-06-02 Gerd von Egidylibftdi: (gerd) tolerate EBUSY when setting configurati...
2008-04-25 Thomas Jaroschlibftdi: (tomj) always set usb configuration
2008-04-25 Thomas Jaroschlibftdi: (tomj) increase version number
2008-04-25 Thomas Jaroschlibftdi: (tomj) improved libusb-win32 support
2008-03-25 Thomas Jaroschlibftdi: (tomj) fix strange characters in the comment...
2008-03-25 Thomas Jaroschlibftdi: (tomj) fix USB config descriptor
2008-03-05 Thomas Jaroschlibftdi: (tomj) fix return code of purge functions
2008-03-04 Thomas Jaroschlibftdi: (tomj) applied modem status functions patch...
2008-03-01 Thomas Jaroschlibftdi: (tomj) applied vala bindings, always document...
2008-03-01 Thomas Jaroschlibftdi: (tomj) make async code optional
2008-02-15 Gerd von Egidylibftdi: (gerd) improve async documentation (#1270)
2008-02-02 Thomas JaroschApplied EEPROM size patches from Andrew John Rogers...
2007-12-06 Gerd von Egidylibftdi: (gerd) increase lib version (async buffer...
2007-11-23 Gerd von Egidylibftdi, display, lcdproc: (gerd) fix async usb writes...
2007-11-22 Gerd von Egidylibftdi: (gerd) add ftdi_write_data_async(), needed...
2007-10-22 Thomas JaroschFix return handling of ftdi_read_chipid
2007-10-19 Thomas JaroschFix bug caused by bad line break
2007-10-19 Thomas Jaroschlibftdi: (tomj) FTDICHIP-ID read support
2007-05-03 Thomas JaroschSmall documentation update v0.10
2007-04-24 Thomas Jaroschlibftdi: (tomj) short CBUS mode example
2007-04-24 Thomas JaroschBump version and changelog
2007-04-19 Thomas Jaroschlibftdi: (tomj) fix ftdi_list_free
2007-04-19 Thomas JaroschCosmetic changes
2007-02-09 Thomas Jaroschlibftdi, libt2n: (tomj) fix build when doxygen is not... v0.9
2006-12-11 Thomas Jaroschlibftdi: (tomj) added ftdi_usb_get_strings function...
2006-10-09 Thomas Jaroschlibftdi: (tomj) polished documentation, started "exampl...
2006-10-06 Thomas Jaroschlibftdi: (tomj) finishing touches on API documentation
2006-10-06 Thomas Jaroschmore documentation. Let's find out how we can group...
2006-10-06 Thomas Jaroschlibftdi: (tomj) first shot at doxygen documentation
2006-08-30 Thomas Jaroschlibftdi: (tomj) fix ftdi_read_pins on PowerPC systems
2006-08-08 Thomas Jaroschlibftdi: (tomj) integrated ftdi_sio detach patch from...
2005-12-12 Thomas Jaroschlibftdi: (tomj) applied external flow control patch...
2005-10-11 Thomas Jaroschlibftdi: (tomj) increase for 0.7 release, updated chang... v0.7
2005-08-22 Thomas Jaroschlibftdi: (tomj) fix setting the baudrate on the second...
2005-06-12 Thomas Jaroschfix strange chars (kate is sometimes really buggy!)
2005-06-12 Thomas Jaroschre-added new ftdi_usb_open_dev function
2005-06-12 Thomas Jaroschdocumenation fix
2005-06-12 Thomas Jaroschlibftdi: (tomj) find all devices by vendor/product id
2005-06-12 Thomas Jaroschfixed small typo
2005-06-12 Thomas Jaroschlibftdi: (tomj) documentation updates by Tim Ansell
2005-04-24 Thomas Jaroschlibftdi: (tomj) prepare 0.6 release, set library versio... v0.6
2005-04-24 Thomas Jaroschlibftdi: (tomj) ported set_line_property patch to HEAD
2005-04-24 Thomas Jaroschlibftdi: (tomj) removed (forbidden) USB reset code...
2005-02-15 Thomas Jaroschlibftdi: (tomj) applied status byte filtering patch
2005-01-27 Thomas JaroschWer's nicht im Kopf hat...
2005-01-27 Thomas Jaroschsmall fixes
2005-01-27 Thomas Jaroschlibftdi: (tomj) extended FT2232C support
2004-12-07 Thomas Jaroschlibftdi: (tomj) small improvement to the baudrate calcu...
2004-11-29 Thomas Jaroschlibftdi: (tomj) readded do/while statement for compiler...
2004-11-27 Thomas JaroschApplied patch from Rogier Wolff with cosmetic changed.
2004-11-12 Thomas Jaroschlibftdi: (tomj) ftdi_usb_reset is now aware of the...
next