SYNOPSIS
- int tveeprom_read(struct i2c_client * c, unsigned char * eedata, int len);
ARGUMENTS
c
-
- I2C client struct
eedata
- Array where the eeprom content will be stored.
len
- Size of eedata array. If the eeprom content will be latter be parsed by tveeprom_hauppauge_analog, len should be, at least, 256.
COPYRIGHT