diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-02-28 22:04:42 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-08 09:37:29 -0500 |
commit | 91ae3299d7d3493a25e5f26cbaceeb18e7760ef3 (patch) | |
tree | 13bda3f740a6dba89fb74351295279aabbed1dce /drivers/media/video/cx88/cx88-cards.c | |
parent | 69b27e3dfebff8f59e979d57263e1cd83c4d8370 (diff) |
V4L/DVB (3411): FE6600 is a Thomson tuner
- The tuner used in DViCO FusionHDTV DVB-T hybrid is made by Thomson
- renamed tuner and dvb_pll structs accordingly
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-cards.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index f655567a8ecd..c0d1f0b12829 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -1073,7 +1073,7 @@ struct cx88_board cx88_boards[] = { | |||
1073 | }, | 1073 | }, |
1074 | [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID] = { | 1074 | [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID] = { |
1075 | .name = "DViCO FusionHDTV DVB-T Hybrid", | 1075 | .name = "DViCO FusionHDTV DVB-T Hybrid", |
1076 | .tuner_type = TUNER_FE6600, | 1076 | .tuner_type = TUNER_THOMSON_FE6600, |
1077 | .radio_type = UNSET, | 1077 | .radio_type = UNSET, |
1078 | .tuner_addr = ADDR_UNSET, | 1078 | .tuner_addr = ADDR_UNSET, |
1079 | .radio_addr = ADDR_UNSET, | 1079 | .radio_addr = ADDR_UNSET, |