V4L/DVB (5914): Add initial support for Dual-DVB-T stick

Add initial support for Dual-DVB-T stick based on DiB7700 and MT2266

- Microtune MT2266 driver.
- Preliminary support for these dual tuner devices :
  - Pinnacle Dual DVB-T diversity
  - Terratec Cinergy DT USB XS diversity
  - Hauppauge Nova TD USB

Signed-off-by: Olivier DANET <odanet@caramail.com>
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Olivier DANET
2007-07-25 14:42:54 -03:00
committed by Mauro Carvalho Chehab
parent 59a00adbd3
commit 54d75ebaa0
11 changed files with 609 additions and 5 deletions

View File

@@ -112,6 +112,11 @@ static int dib7000p_set_output_mode(struct dib7000p_state *state, int mode)
break;
}
if (state->cfg.hostbus_diversity) {
ret |= dib7000p_write_word(state, 204, 1); // Diversity ?
ret |= dib7000p_write_word(state, 205, 0); // Diversity ?
}
if (state->cfg.output_mpeg2_in_188_bytes)
smo_mode |= (1 << 5) ;