diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-29 11:54:35 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-29 11:54:35 -0200 |
commit | 3bda651d03154294f4d35ca78da14c6a573e30fc (patch) | |
tree | bd1ba12dea402a0e213e749019212b8d2d401ef7 /linux/drivers/media/video/cx88/cx88.h | |
parent | 0f94dd6558d5cebdf356bdc5d8fcc9b946011d7f (diff) | |
download | mediapointer-dvb-s2-3bda651d03154294f4d35ca78da14c6a573e30fc.tar.gz mediapointer-dvb-s2-3bda651d03154294f4d35ca78da14c6a573e30fc.tar.bz2 |
Support DVB-T tuning on the DViCO FusionHDTV DVB-T Pro
From: Chris Pascoe <c.pascoe@itee.uq.edu.au>
Add support for tuning DVB-T channels on DViCO's FusionHDTV DVB-T Pro board.
The IR remote and analog tuner are not supported at this time.
Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au>
Some changes made by Mauro Chehab to allow merging it with some other xc3028
patches.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
---
linux/Documentation/video4linux/CARDLIST.cx88 | 1
linux/drivers/media/video/cx88/cx88-cards.c | 65 ++++++++++++++++++++++++--
linux/drivers/media/video/cx88/cx88-dvb.c | 23 +++++++++
linux/drivers/media/video/cx88/cx88.h | 1
4 files changed, 85 insertions(+), 5 deletions(-)
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88.h')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h index 8debfcd73..9bb000d65 100644 --- a/linux/drivers/media/video/cx88/cx88.h +++ b/linux/drivers/media/video/cx88/cx88.h @@ -219,6 +219,7 @@ extern struct sram_channel cx88_sram_channels[]; #define CX88_BOARD_WINFAST_TV2000_XP_GLOBAL 61 #define CX88_BOARD_POWERCOLOR_REAL_ANGEL 62 #define CX88_BOARD_GENIATECH_X8000_MT 63 +#define CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO 64 enum cx88_itype { CX88_VMUX_COMPOSITE1 = 1, |