diff options
author | Malcolm Valentine <farkit@iinet.net.au> | 2006-05-29 12:51:59 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 01:05:03 -0400 |
commit | 4bd6e9d968af68c73bee92bd93cd56937e2e80d8 (patch) | |
tree | 22728facba1d8d735885afe73dc292eed53cc0d4 /drivers/media/video/cx88/cx88-dvb.c | |
parent | bc53f78306a70d58e26f93d40ce19e61297cc18f (diff) |
V4L/DVB (4056): Cx88: Add basic support for Leadtek Winfast DTV2000H card
Add DVB-T and PAL-G television support for Winfast DTV2000H
Signed-off-by: Malcolm Valentine <farkit@iinet.net.au>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88-dvb.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-dvb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c index bf89cbf2b058..a3a628739a9c 100644 --- a/drivers/media/video/cx88/cx88-dvb.c +++ b/drivers/media/video/cx88/cx88-dvb.c | |||
@@ -533,6 +533,7 @@ static int dvb_register(struct cx8802_dev *dev) | |||
533 | dvb_pll_attach(dev->dvb.frontend, 0x60, &dev->core->i2c_adap, &dvb_pll_thomson_dtt7579); | 533 | dvb_pll_attach(dev->dvb.frontend, 0x60, &dev->core->i2c_adap, &dvb_pll_thomson_dtt7579); |
534 | } | 534 | } |
535 | break; | 535 | break; |
536 | case CX88_BOARD_WINFAST_DTV2000H: | ||
536 | case CX88_BOARD_HAUPPAUGE_HVR1100: | 537 | case CX88_BOARD_HAUPPAUGE_HVR1100: |
537 | case CX88_BOARD_HAUPPAUGE_HVR1100LP: | 538 | case CX88_BOARD_HAUPPAUGE_HVR1100LP: |
538 | dev->dvb.frontend = cx22702_attach(&hauppauge_hvr1100_config, | 539 | dev->dvb.frontend = cx22702_attach(&hauppauge_hvr1100_config, |