Name

tveeprom_hauppauge_analog — Fill struct tveeprom using the contents of the eeprom previously filled at eeprom_data field.

Synopsis

void tveeprom_hauppauge_analog (struct i2c_client * c,
 struct tveeprom * tvee,
 unsigned char * eeprom_data);
 

Arguments

c

I2C client struct

tvee

Struct to where the eeprom parsed data will be filled;

eeprom_data

Array with the contents of the eeprom_data. It should contain 256 bytes filled with the contents of the eeprom read from the Hauppauge device.