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:44:56 +0000 (14:44 +0200)
commitfaa85774b7122c5907de44ec7e7afef2a526bf22
treea1e127643d83d7d574c7b0714e2e75c824d723dc
parentac5790a7af9ffb45c00bde056b308643cd52537e
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