diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2011-01-10 04:36:18 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-21 19:31:45 -0400 |
commit | f164396ff54b95d709a5ee5ffc601cf9cd85f298 (patch) | |
tree | 12e22ef97280a9f47696b42347880ee6c0b864a8 /drivers/media/dvb | |
parent | cce33c34937dec038567681d4755e75affed9742 (diff) |
[media] ngene: Enable CI for Mystique SaTiX-S2 Dual (v2)
Enable CI for Mystique SaTiX-S2 Dual (v2).
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r-- | drivers/media/dvb/ngene/ngene-cards.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/dvb/ngene/ngene-cards.c b/drivers/media/dvb/ngene/ngene-cards.c index 6d87427d214a..fcf4be901ec8 100644 --- a/drivers/media/dvb/ngene/ngene-cards.c +++ b/drivers/media/dvb/ngene/ngene-cards.c | |||
@@ -303,7 +303,8 @@ static struct ngene_info ngene_info_satixS2 = { | |||
303 | static struct ngene_info ngene_info_satixS2v2 = { | 303 | static struct ngene_info ngene_info_satixS2v2 = { |
304 | .type = NGENE_SIDEWINDER, | 304 | .type = NGENE_SIDEWINDER, |
305 | .name = "Mystique SaTiX-S2 Dual (v2)", | 305 | .name = "Mystique SaTiX-S2 Dual (v2)", |
306 | .io_type = {NGENE_IO_TSIN, NGENE_IO_TSIN, NGENE_IO_TSIN, NGENE_IO_TSIN}, | 306 | .io_type = {NGENE_IO_TSIN, NGENE_IO_TSIN, NGENE_IO_TSIN, NGENE_IO_TSIN, |
307 | NGENE_IO_TSOUT}, | ||
307 | .demod_attach = {demod_attach_stv0900, demod_attach_stv0900, cineS2_probe, cineS2_probe}, | 308 | .demod_attach = {demod_attach_stv0900, demod_attach_stv0900, cineS2_probe, cineS2_probe}, |
308 | .tuner_attach = {tuner_attach_stv6110, tuner_attach_stv6110, tuner_attach_stv6110, tuner_attach_stv6110}, | 309 | .tuner_attach = {tuner_attach_stv6110, tuner_attach_stv6110, tuner_attach_stv6110, tuner_attach_stv6110}, |
309 | .fe_config = {&fe_cineS2, &fe_cineS2, &fe_cineS2_2, &fe_cineS2_2}, | 310 | .fe_config = {&fe_cineS2, &fe_cineS2, &fe_cineS2_2, &fe_cineS2_2}, |