ftdi_eeprom: Added config value "eeprom_type"
authorAnders Larsen <al@alarsen.net>
Tue, 3 Jul 2012 21:24:05 +0000 (23:24 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Sat, 7 Jul 2012 12:46:22 +0000 (14:46 +0200)
commitd5696b2ccaeec9fffcb2660e44817e31378f860a
tree7093090c045cfcd2733b2e3ef5e94fbe179db8de
parente0f78011c2691ee776cb0eddaf7def01f5783898
ftdi_eeprom: Added config value "eeprom_type"

The default eeprom size is 128 bytes - if we have a larger one, we need
a way to specify the fact.
Using ftdi_read_eeprom() / ftdi_eeprom_decode() to get the actual eeprom type
is not an option as ftdi_eeprom_decode() would overwrite the values set
by ftdi_eeprom_initdefaults()

Signed-off-by: Anders Larsen <al@alarsen.net>
ftdi_eeprom/main.c