tveeprom_read — Reads the contents of the eeprom found at the Hauppauge devices.
| int tveeprom_read ( | struct i2c_client * c, | 
| unsigned char * eedata, | |
| int len ); | 
cI2C client struct
eedataArray 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.