fixed EEPROM user-area space checks for FT232R and FT245R chips in ftdi_eeprom_build()
authorRobin Haberkorn <haberkorn@metratec.com>
Fri, 23 Jan 2015 10:37:14 +0000 (11:37 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 23 Jan 2015 10:37:14 +0000 (11:37 +0100)
commit19f1452cde9bfe9da0e2830af128fae958ae877a
tree450cd5c8023568fd3369840ec60f7330d859cb24
parentd160863c527c8a3fdf1e821a64c59192a2fc2150
fixed EEPROM user-area space checks for FT232R and FT245R chips in ftdi_eeprom_build()

According to FTDI Application Note 121 ("Accessing the EEPROM User Area Of FTDI
Devices"), the FT232R and FT245R chips have a total 48 words (96 bytes) of
user area space available for descriptive strings.

[Note from Thomas Jarosch: That has also been verified with "FT Prog" by Robin]
src/ftdi.c