tveeprom_hauppauge_analog(9) 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.

COPYRIGHT