Write the following bytes to the I2C EEPROM in the system (a 24LC00) starting at address 0:
C0 vv VV pp PP dd DD 00
Where:
- vv VV is USB vendor ID (
vvis low byte,VVis high byte) - pp PP is USB product ID (
ppis low byte,PPis high byte) - dd DD is USB device version (
ddis low byte,DDis high byte)