EEPROM[02] is VID, so high_current must be defined somewhere else
[libftdi] / src / ftdi.c
2010-09-20 Uwe BonnesEEPROM[02] is VID, so high_current must be defined...
2010-09-20 Uwe BonnesOn 93xx46, the Manufacturer/Product/Vendor Pointer...
2010-09-20 Uwe BonnesDon't erase the EEPROM size
2010-09-20 Uwe BonnesRemove dead code.
2010-09-20 Uwe BonnesFor EEPROM decoding, use the evaluated EEPROM size...
2010-09-20 Uwe BonnesRemove ftdi_read_eeprom_getsize() function. Integrate...
2010-09-20 Uwe BonnesWe need to handle at max 256 Bytes on an attached 93xx6...
2010-09-20 Uwe BonnesCorrect ftdi_eeprom_free()
2010-09-20 Uwe BonnesUse ftdi_error_return for EEPROM error returns
2010-09-20 Uwe BonnesLet the eeprom functions work on the ftdi_context,...
2010-09-16 Thomas JaroschCorrect (signedness) issues detected by -Wall
2010-08-18 Hermann KrausSupport for FT232R eeprom features
2010-07-14 Thomas JaroschUpdate AUTHORS and fix code indent
2010-07-14 Yi-Shin Libug fix for async write and read
2010-07-07 Thomas JaroschAlways enable async mode using libusb 1.x
2010-06-23 Mike Frysingerfix build failure in libusb_context change
2010-06-21 Uwe BonnesStore and use the libusb_context
2010-06-14 Wilfried HolzkeAdd ftdi_eeprom_free() to free allocated memory in...
2010-06-10 Thomas JaroschEnhance FTDI driver message once more
2010-06-09 Thomas JaroschMore generic error message for the FTDI kernel driver
2010-06-09 Uwe Bonneslibbusb_get_device_list() needs libusb_free_device_list...
2010-06-09 Uwe Bonneslibusb_init() needs libusb_exit() to avoid leak
2010-05-25 Uwe BonnesUnconditionally call libusb_detach_kernel_driver()...
2010-03-29 Thomas JaroschFix ftdi_set_interface: It gets called before ftdi_usb_...
2010-02-19 Thomas JaroschProtect against segfault if device is closed or ftdi...
2010-02-15 Uwe BonnesUse max_packet_size
2010-02-14 Jie ZhangFix a typo in comment in my last change.
2010-02-14 Jie ZhangLimit read buffer chunksize to 16384 on Linux.
2010-01-19 Jie ZhangInitial import of using libusb-1.0.
2010-01-04 Mike Frysingeravoid PATH_MAX/string copies usage
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-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 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-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-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 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 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-02-06 Gerd von Egidyupdate the project URL everywhere
2008-10-13 Thomas Jaroschlibftdi: (tomj) reformat according to I2n style, added...
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) 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-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-19 Thomas Jaroschlibftdi: (tomj) fix ftdi_list_free
2007-04-19 Thomas JaroschCosmetic changes
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-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) ported set_line_property patch to HEAD
2005-04-24 Thomas Jaroschlibftdi: (tomj) removed (forbidden) USB reset code...
next