libftdi: pass eeprom strings as const
[libftdi] / src / ftdi.c
2011-02-01 Uwe BonnesCall ftdi_usb_close_internal and not usb_close when...
2011-02-01 Uwe BonnesCheck ftdi pointer before accessing it
2011-01-15 Thomas JaroschFix raw eeprom buffer handling
2011-01-15 Thomas JaroschIntroduce size limit in ftdi_get_eeprom_buf()
2011-01-15 Thomas JaroschFix typo in documentation
2011-01-15 Thomas JaroschUpdate copyright information and add ftdi_eeprom TODO...
2011-01-15 Thomas JaroschWe already declared var 'i', no need to redo it
2011-01-15 Thomas JaroschFix memleak on ftdi_write_data_submit() error
2011-01-15 Thomas JaroschFix user area size calculation
2011-01-15 Thomas JaroschFix doxygen documentation
2011-01-15 Thomas JaroschAddress one more compile warning / add FIXME comment...
2011-01-15 Thomas JaroschFix uninitialized variable warning about user_area_size
2011-01-15 Thomas JaroschRemove duplicate init code
2011-01-15 Thomas JaroschRemove duplicate init code
2010-12-30 Vladimir YakovlevProper initialisation of interface A.
2010-12-30 Vladimir YakovlevProper initialisation of interface A.
2010-10-04 Thomas JaroschReformat new eeprom code to match libftdi style:
2010-10-04 Uwe BonnesEnumerate all handled EEPROM values Provide ftdi_get...
2010-10-04 Uwe BonnesDecode/encode use_usb_version on BM and 2232C
2010-10-04 Uwe BonnesRename Bit pattern SUSPEND_DBUS7 to SUSPEND_DBUS7_BIT
2010-09-24 Thomas JaroschInclude PnP descriptor in size check
2010-09-24 Uwe BonnesSimplify and correct user area calculation
2010-09-24 Thomas JaroschDon't output PnP options for BM type chips
2010-09-24 Thomas Jaroscheeprom of BM type chips: Fix trashing of first manufact...
2010-09-24 Thomas JaroschAdapt user area size calculation to official FTDI formula
2010-09-24 Thomas JaroschWe are out of battery power (remove wrong comment)
2010-09-24 Thomas JaroschBetter variable name for eeprom_size_mask
2010-09-24 Thomas JaroschFix wrong comment about standarized USB config descript...
2010-09-24 Thomas JaroschCosmetic changes
2010-09-20 Uwe BonnesWrite to EEPROM direct when trying to detect EEPROM...
2010-09-20 Uwe BonnesWarn user about missing FT4232H-specific EEPROM settings
2010-09-20 Uwe BonnesEEPROM: Add missing closing brace
2010-09-20 Uwe BonnesEEPROM: Null out buffer after allocation
2010-09-20 Uwe BonnesFT2232H: Handle suspend_pull_downs when encoding
2010-09-20 Uwe BonnesDecoded max_power is in mA and 90 mA for TYPE_R and...
2010-09-20 Uwe BonnesFix decoding of FT(2|4)232H channel A type
2010-09-20 Uwe Bonnesftdi_write_eeprom_location access to checksum protected...
2010-09-20 Uwe Bonnesuse_serial is used in all devices beside AM types....
2010-09-20 Uwe Bonnesmax_power eeprom value is in 2 mA Steps
2010-09-20 Uwe BonnesUse the PNP flag as seen with FTD2XX
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 BonnesCorrect the CBUS decode string arrays
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 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 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 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_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
next