Try to inhibit programming EEPROM with data for a different device and zero EEPROM...
[libftdi] / src / ftdi.h
index 02fa838..20ecc26 100644 (file)
@@ -200,6 +200,10 @@ struct ftdi_eeprom
     int vendor_id;
     /** product id */
     int product_id;
+    
+    /** Was the eeprom structure initialized for the actual
+        connected device? **/
+    int initialized_for_connected_device;
 
     /** self powered */
     int self_powered;