libftdi
2010-09-20 Uwe BonnesExample for the EEPROM API
2010-09-20 Uwe BonnesAdd description of EEPROM Structure as decoded by now...
2010-09-20 Uwe BonnesFix and verbose decode of TYPE_R CBUS functions and...
2010-09-20 Uwe BonnesRelease values in EEPROM structure are not user changab...
2010-09-20 Uwe BonnesCBUS Mus has 0xd as highest number
2010-09-20 Uwe BonnesAdd a lost comment
2010-09-20 Uwe BonnesBuild EEPROM type specific bytes and bites in a switch...
2010-09-20 Uwe BonnesFix writing the strings
2010-09-20 Uwe Bonneswhen building the eeprom image, use the actual determin...
2010-09-20 Uwe BonnesSet eeprom->release when building the eeprom content...
2010-09-20 Uwe Bonneseeprom->channel_a_type must be initialized
2010-09-20 Uwe BonnesFix logic flow after
2010-09-20 Uwe BonnesNext try to get the VCP/D2XX logic right. TYPE_R in...
2010-09-20 Uwe BonnesA set bit means load D2XX driver. Revers logic and...
2010-09-20 Uwe BonnesGet the test on TYPE_R for unexpected In-Endpoint sizes...
2010-09-20 Uwe BonnesTYPE_E EEPROM Byte 1 bit 4 is expected to be IN Endpoin...
2010-09-20 Uwe BonnesEEPROM bit for high current IO seems at different bits...
2010-09-20 Uwe BonnesThe USB Version seems to be always set in EEPROM EEPROM...
2010-09-20 Uwe BonnesTemporary remove CBUS settings
2010-09-20 Uwe Bonnesmax_power EEPROM default is 100 mA
2010-09-20 Uwe Bonnesftdi_eeprom_build needs to know EEPROM chip type
2010-09-20 Uwe BonnesWhen erasing EEPROM, detect chip type (none,internal...
2010-09-20 Uwe BonnesDecode connected chip
2010-09-20 Uwe Bonnesmax_power in mA is EEPROM[0x09]*2
2010-09-20 Uwe BonnesFT2232C has version 0x0500 in EEPROM as default
2010-09-20 Uwe BonnesComprare ftdi->type and do not set it in EEPROM Structu...
2010-09-20 Uwe BonnesAll x232 type have (at least) two USB channels
2010-09-20 Uwe BonnesEEPROM Size check must cope with different types
2010-09-20 Uwe BonnesDefine the CBUS Multiplexer as an ENUM
2010-09-20 Uwe BonnesRevisit eeprom_initdefualts Symbolic constant for USE_S...
2010-09-20 Uwe BonnesMore verbosity for remote wake up, pull low and suspend...
2010-09-20 Uwe BonnesEvaluate eeprom Byte 0 Bit 7: Suspend on DBUS7 low
2010-09-20 Uwe BonnesDecode the x232H specific port functions
2010-09-20 Uwe BonnesFix channel mode specific bits, noisy output
2010-09-20 Uwe BonnesChannel Mode is encoded in bits 0..2, VCP is bit 3...
2010-09-20 Uwe BonnesEEPROM: Evaluate the channel specific settings
2010-09-20 Uwe BonnesEEPROM: Fix typos around high_cuttent_drive and make...
2010-09-20 Uwe BonnesEEPROM High current bit is byte 0 Bit 4 for a and Byte...
2010-09-20 Uwe BonnesOn FT2232D, eeprom->change_usb_version was not set...
2010-09-20 Uwe BonnesEEPROM: CBUS functions only work on TYPE_R devices
2010-09-20 Uwe BonnesWWPROM: Invert datalines only works on FT232R
2010-09-20 Uwe BonnesRemove forgotten print formatter
2010-09-20 Uwe BonnesFill out control structure for EEPROM decoding
2010-09-20 Uwe BonnesFix a wrong argument
2010-09-20 Uwe BonnesUnconditionally set/reset eeprom values
2010-09-20 Uwe BonnesWhen reading EEPROM strings, clip active, as rollover...
2010-09-20 Uwe BonnesAdd missing clause
2010-09-20 Uwe BonnesOn request, dump arguments during EEPROM decoding
2010-09-20 Uwe BonnesChip Type dependend code must be evaluated type dependant
2010-09-20 Uwe BonnesEEPROM [6] and [7] seems more used like a release varia...
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_eeprom_getsize also from the CPP Wrapper
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-09-16 Thomas JaroschFix initialization order (found by -Wall)
2010-09-16 Uwe BonnesAdd -Wall to compiler flags
2010-09-16 Uwe Bonnesstream_test.c cleanup
2010-08-18 Hermann KrausSupport for FT232R eeprom features
2010-08-16 Thomas JaroschC++ wrapper: Fix infinite recursion in set_bitmode()
2010-07-14 Flynn MarquardtPython wrapper: Fix argument type of ftdi_read_chipid
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 Martin Zenzes... gitignore: temporary swp-files created by vim
2010-07-07 Thomas JaroschAlways enable async mode using libusb 1.x
2010-06-25 Mike Frysingerlibftdi: add a --without-docs flag
2010-06-25 Mike Frysingerlibftdi: add a --without-examples configure flag
2010-06-23 Mike Frysingerfix build failure in libusb_context change
2010-06-21 Emmanuel BlotFix up build on Mac OS X:
2010-06-21 Emmanuel BlotFix up string formatting for long long integers (64...
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 Uwe BonnesCorrect version of ftdi_readstream agains GIT Head
2010-06-10 Uwe BonnesExport ftdi_readstream()
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 BonnesProvide a streaming read, base on code from Micah Dowty
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-05-25 Alexander LehmannHonor CPPFLAGS in python wrapper to improve build proce...
2010-05-04 Uwe BonnesCMAKE: Fix package creation on 32-bit machines
2010-04-16 Thomas JaroschFix swig argument constraints. Thanks to Craig Hollabau...
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-15 Uwe Bonneslibftdi(-1): Add cmake option to enable ASYNC_MODE
2010-02-15 Uwe BonnesWe need to find libusb-1, so adapt the CMake support...
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-02-08 Jie ZhangDeclare ftdi_read_data_submit and ftdi_transfer_data_do...
2010-01-19 Jie ZhangInitial import of using libusb-1.0.
2010-01-18 Gerd von Egidybuilding parts of libftdi via cmake is now optional.
next