6 /* If has_ir == 0, then it is unknown what the IR capabilities are,
8 bit 0: 1 (= IR capabilities are known)
9 bit 1: IR receiver present
10 bit 2: IR transmitter (blaster) present */
12 u32 has_MAC_address
; /* 0: no MAC, 1: MAC present, 2: unknown */
16 u32 tuner_hauppauge_model
;
20 u32 tuner2_hauppauge_model
;
23 u32 digitizer_formats
;
26 u32 decoder_processor
;
35 void tveeprom_hauppauge_analog(struct i2c_client
*c
, struct tveeprom
*tvee
,
36 unsigned char *eeprom_data
);
38 int tveeprom_read(struct i2c_client
*c
, unsigned char *eedata
, int len
);