Save device release number. Allow writing of eeprom buffer, that was read from device.
[libftdi] / src / ftdi.h
index 141a795..c1d74f1 100644 (file)
@@ -309,6 +309,7 @@ enum ftdi_eeprom_value
     CHANNEL_B_RS485    = 52,
     CHANNEL_C_RS485    = 53,
     CHANNEL_D_RS485    = 54,
+    RELEASE_NUMBER     = 55,
 };
 
 /**