aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx-cards.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-cards.c')
-rw-r--r--drivers/media/video/em28xx/em28xx-cards.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c
index 703927e8da13..e9834c159aec 100644
--- a/drivers/media/video/em28xx/em28xx-cards.c
+++ b/drivers/media/video/em28xx/em28xx-cards.c
@@ -158,8 +158,8 @@ struct em28xx_board em28xx_boards[] = {
158 .name = "Hauppauge WinTV HVR 900", 158 .name = "Hauppauge WinTV HVR 900",
159 .vchannels = 3, 159 .vchannels = 3,
160 .norm = VIDEO_MODE_PAL, 160 .norm = VIDEO_MODE_PAL,
161 .has_tuner = 0,
162 .tda9887_conf = TDA9887_PRESENT, 161 .tda9887_conf = TDA9887_PRESENT,
162 .tuner_type = TUNER_XCEIVE_XC3028,
163 .has_tuner = 1, 163 .has_tuner = 1,
164 .decoder = EM28XX_TVP5150, 164 .decoder = EM28XX_TVP5150,
165 .input = {{ 165 .input = {{
@@ -180,8 +180,8 @@ struct em28xx_board em28xx_boards[] = {
180 .name = "Terratec Hybrid XS", 180 .name = "Terratec Hybrid XS",
181 .vchannels = 3, 181 .vchannels = 3,
182 .norm = VIDEO_MODE_PAL, 182 .norm = VIDEO_MODE_PAL,
183 .has_tuner = 0,
184 .tda9887_conf = TDA9887_PRESENT, 183 .tda9887_conf = TDA9887_PRESENT,
184 .tuner_type = TUNER_XCEIVE_XC3028,
185 .has_tuner = 1, 185 .has_tuner = 1,
186 .decoder = EM28XX_TVP5150, 186 .decoder = EM28XX_TVP5150,
187 .input = {{ 187 .input = {{