[media] tm6000: add eeprom
authorStefan Ringel <stefan.ringel@arcor.de>
Mon, 9 May 2011 19:53:54 +0000 (16:53 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 20 May 2011 23:05:35 +0000 (20:05 -0300)
Signed-off-by: Stefan Ringel <stefan.ringel@arcor.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/tm6000/tm6000-cards.c

index 9f4daac1282014424e66eaa4a8bf7aa784f7da09..199cc86f0853e52f8713496a9427581f27b81834 100644 (file)
@@ -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,
This page took 0.032505 seconds and 5 git commands to generate.