From: Stefan Ringel <stefan.rin...@arcor.de>

add eeprom


Signed-off-by: Stefan Ringel <stefan.rin...@arcor.de>
---
 drivers/staging/tm6000/tm6000-cards.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/tm6000/tm6000-cards.c 
b/drivers/staging/tm6000/tm6000-cards.c
index 9f4daac..199cc86 100644
--- a/drivers/staging/tm6000/tm6000-cards.c
+++ b/drivers/staging/tm6000/tm6000-cards.c
@@ -84,6 +84,7 @@ struct tm6000_board {
 
        struct tm6000_input     vinput[3];
        struct tm6000_input     rinput;
+
        char            *ir_codes;
 };
 
@@ -91,7 +92,8 @@ struct tm6000_board tm6000_boards[] = {
        [TM6000_BOARD_UNKNOWN] = {
                .name         = "Unknown tm6000 video grabber",
                .caps = {
-                       .has_tuner    = 1,
+                       .has_tuner      = 1,
+                       .has_eeprom     = 1,
                },
                .gpio = {
                        .tuner_reset    = TM6000_GPIO_1,
@@ -118,6 +120,7 @@ struct tm6000_board tm6000_boards[] = {
                .tuner_addr   = 0xc2 >> 1,
                .caps = {
                        .has_tuner      = 1,
+                       .has_eeprom     = 1,
                },
                .gpio = {
                        .tuner_reset    = TM6000_GPIO_1,
@@ -143,7 +146,7 @@ struct tm6000_board tm6000_boards[] = {
                .tuner_addr   = 0xc2 >> 1,
                .caps = {
                        .has_tuner      = 1,
-                       .has_dvb        = 1,
+                       .has_eeprom     = 1,
                },
                .gpio = {
                        .tuner_reset    = TM6000_GPIO_1,
-- 
1.7.4.2

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to