[media] tm6000: add eeprom
Signed-off-by: Stefan Ringel <stefan.ringel@arcor.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
0f6040e892
commit
2fbc947ce1
|
@ -84,6 +84,7 @@ struct tm6000_board {
|
||||||
|
|
||||||
struct tm6000_input vinput[3];
|
struct tm6000_input vinput[3];
|
||||||
struct tm6000_input rinput;
|
struct tm6000_input rinput;
|
||||||
|
|
||||||
char *ir_codes;
|
char *ir_codes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -92,6 +93,7 @@ struct tm6000_board tm6000_boards[] = {
|
||||||
.name = "Unknown tm6000 video grabber",
|
.name = "Unknown tm6000 video grabber",
|
||||||
.caps = {
|
.caps = {
|
||||||
.has_tuner = 1,
|
.has_tuner = 1,
|
||||||
|
.has_eeprom = 1,
|
||||||
},
|
},
|
||||||
.gpio = {
|
.gpio = {
|
||||||
.tuner_reset = TM6000_GPIO_1,
|
.tuner_reset = TM6000_GPIO_1,
|
||||||
|
@ -118,6 +120,7 @@ struct tm6000_board tm6000_boards[] = {
|
||||||
.tuner_addr = 0xc2 >> 1,
|
.tuner_addr = 0xc2 >> 1,
|
||||||
.caps = {
|
.caps = {
|
||||||
.has_tuner = 1,
|
.has_tuner = 1,
|
||||||
|
.has_eeprom = 1,
|
||||||
},
|
},
|
||||||
.gpio = {
|
.gpio = {
|
||||||
.tuner_reset = TM6000_GPIO_1,
|
.tuner_reset = TM6000_GPIO_1,
|
||||||
|
@ -143,7 +146,7 @@ struct tm6000_board tm6000_boards[] = {
|
||||||
.tuner_addr = 0xc2 >> 1,
|
.tuner_addr = 0xc2 >> 1,
|
||||||
.caps = {
|
.caps = {
|
||||||
.has_tuner = 1,
|
.has_tuner = 1,
|
||||||
.has_dvb = 1,
|
.has_eeprom = 1,
|
||||||
},
|
},
|
||||||
.gpio = {
|
.gpio = {
|
||||||
.tuner_reset = TM6000_GPIO_1,
|
.tuner_reset = TM6000_GPIO_1,
|
||||||
|
|
Loading…
Reference in New Issue