Update eeprom map as we work in word sizes
[libftdi] / doc / EEPROM-structure
index 09c3e45..c83337e 100644 (file)
@@ -92,6 +92,14 @@ CHIP values:
 
 1a        UA (all)
 
-Mprog doesn's seem to write this:
-After last string
-0x02 0x03 0x01 with PnP == 0
+
+Additional fields after the serial string:
+0x00, 0x00 - reserved for "legacy port name prefix"
+0x00, 0x00 - reserved for plug and play options
+(Observed values with PnP == 0:
+0x02 0x03 0x01 0x00)
+
+Note: The additional fields after the serial number string
+collide with the official FTDI formula from AN_121 regarding
+the start of the user area:
+"Start Address = the address following the last byte of SerialNumber string."