Unify style of the main source code
[libftdi] / src / ftdi.c
2013-04-10 Thomas JaroschUnify style of the main source code
2013-04-10 Nathael PajaniAdded partial support for FT230X
2013-04-10 Nathael PajaniAdded ftdi_eeprom_set_strings()
2013-04-10 Nathael PajaniRemove compiler warnings on signed comparison
2013-04-10 Nathael PajaniPrevent possible segfault
2013-04-10 Thomas JaroschFix compile error reported by Bryan Richmond
2013-03-27 Jarkko SonninenSave device release number. Allow writing of eeprom...
2013-02-14 Jarkko SonninenFix eeprom flags for eeprom build
2012-12-28 Thomas JaroschIncrease copyright year (final release will be in 2013)
2012-08-14 Thomas JaroschFix wrong array access in set_ft232h_cbus()
2012-07-28 Peter Schneiderfixed NULL-pointer dereference in the ftdi_error_return...
2012-07-28 Peter Schneiderfixed NULL-pointer dereference in the ftdi_error_return...
2012-05-15 Daniel KirkhamEEPROM max_power build/decode inconsistency
2012-04-13 Anders LarsenCompleted the support for the FT4232H chip
2011-10-07 Thomas JaroschInterface can not be changed on an already open device
2011-09-29 Thomas JaroschRemove old ftdi_enable_bitbang() function. It was marke...
2011-09-29 Uwe BonnesUse a private header for the private EEPROM structures
2011-09-25 Thomas JaroschAdded API to get libftdi library version.
2011-09-07 Uwe BonnesRound the returned baudrate in ftdi_to_clkbits and...
2011-09-07 Uwe Bonnes2232C is a BM type chips for baudrate calculations
2011-09-07 Uwe BonnesExplain the index/value format baudrate setting
2011-09-05 Uwe BonnesRewrite the baudrate calculation, tested for 232R and...
2011-09-02 Uwe BonnesUse default vendor/product strings for EEPROM when...
2011-09-02 Uwe BonnesEEPROM: treat USE_SERIAL as bool, not a flag
2011-09-02 Thomas JaroschAdd unit test for existing baudrate calculcation code
2011-09-02 Uwe BonnesTry to inhibit programming EEPROM with data for a diffe...
2011-07-27 Uwe BonnesNext try to get the encoding/decoding for the different...
2011-07-27 Uwe BonnesFT232H has even more config bytes and less user_area
2011-07-27 Uwe BonnesBaud rate generation is the same as with FT2232H/FT232H
2011-07-19 Uwe BonnesAdd ftdi_set_eeprom_buf() as proposed in ftdi_eeprom
2011-07-19 Uwe BonnesAdd missing ftdi_get|set_eeprom_value entries
2011-07-08 Uwe Bonnesftdi_usb_find_all: Only search for default devices...
2011-07-04 Uwe BonnesAllow to search for all FTDI standard VID/PID
2011-06-28 Uwe BonnesIncrement the refcount on devices we return from ftdi_u...
2011-06-28 Uwe BonnesOnly ftdi_init may call libusb_init, or we leak an...
2011-06-28 Uwe BonnesFix calculation of the Mode Bitfield
2011-06-28 Uwe BonnesChange how the hardware mode is programmed to inhibit...
2011-06-28 Uwe BonnesHandle the FT232H CBUS Bits, Keep Values list numbered
2011-06-28 Uwe BonnesFT232h: Handle the FT1284 Mode bits
2011-06-28 Uwe BonnesFT232H: Handle the EEPROM Bit for Enter Powerdsave...
2011-06-28 Uwe BonnesAdd FT232H drive/strength/slew/schmitt trigger
2011-06-28 Uwe BonnesAdd FT1284 driver mode and new VCP bit position
2011-06-28 Uwe BonnesBeginning of FT232H support. Many EEPROM values still...
2011-06-21 Uwe BonnesFree the device list in ftdi_usb_find_all
2011-06-21 Uwe BonnesAdd missing check for NULL product string
2011-06-21 Thomas JaroschMove libusb_init() call to prevent crash
2011-06-14 Thomas JaroschForward port flexible module unload behavior
2011-06-14 Thomas JaroschFix small typo
2011-05-23 Uwe Bonneslibftdi1: Fixe Fixme in CBUS decoding
2011-05-06 Thomas JaroschCorrect ftdi_poll_modem_status() result code
2011-05-06 Thomas JaroschCorrect ftdi_poll_modem_status() result code
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-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
next