========================================================================== // Device information for update by customer ========================================================================== VID = ""; //FIX 4 Byte(0~F) PID = ""; //FIX 4 Byte(0~F) String_Manufacture = ""; //MAX 24 Byte String_Product = ""; //MAX 16 Byte Inquiry_Manufacture = ""; //MAX 8 Byte Inquiry_Product = ""; //MAX 16 Byte Inquiry_Version = ""; //FIX 4 Byte ========================================================================== // Name of ROMCODE for ISP ========================================================================== ISP_ROMCODE = "10B.bin"; ========================================================================== // Device inquiry information. ========================================================================== FA_Inquiry_Manufacture = ""; //MAX 8 Byte FA_Inquiry_Product = "Pen Drive 2.0"; //MAX 16 Byte //FA_Inquiry_Version = "1.0A"; //FIX 4 Byte FB_Inquiry_Manufacture = ""; //MAX 8 Byte FB_Inquiry_Product = ""; //MAX 16 Byte //FB_Inquiry_Version = ""; //FIX 4 Byte