diff options
author | Markus Rechberger <mrechberger@gmail.com> | 2006-02-26 22:07:27 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-02-26 22:07:27 -0500 |
commit | 0004fd59d57a5875db8897966c414a88b5dad481 (patch) | |
tree | e0f28025301fb87125c38ed51a51f6f29456d1fa /drivers/media/video/em28xx | |
parent | 1d519605f13dd2c51024060465a16ddd1abfb649 (diff) |
V4L/DVB (3291): Added support for xc3028 analogue tuner (Hauppauge HVR900, Terratec Hybrid XS)
Added support for xc3028 to v4l which adds support for:
* Terratec Hybrid XS (analogue)
* Hauppauge HVR 900 (analogue)
Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/em28xx')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-cards.c | 4 |
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 = {{ |