Fix FT232H eeprom user area size
authorDavide Michelizza <dmichelizza@gmail.com>
Wed, 23 Oct 2013 14:00:31 +0000 (16:00 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 23 Oct 2013 14:00:31 +0000 (16:00 +0200)
commitfa3032f085fc9e468c6ea19c23fd1a4316373d13
treead178ec3a4f3a791ada6dcf92c97b6a5631c2f41
parent276750c1464b24cd334d483e9ccdab87d9673152
Fix FT232H eeprom user area size

Trying to write the eeprom for a FT232H chip I've found some issues
in ftdi_eeprom_build():
    - the eeprom user area is misaligned
      (in the comment the offset in correct but the value used is not).
src/ftdi.c