diff options
author | Christopher Pascoe <devnull@localhost> | 2006-01-08 03:39:03 +0000 |
---|---|---|
committer | Christopher Pascoe <devnull@localhost> | 2006-01-08 03:39:03 +0000 |
commit | e18f413dadeacd8c717e9055ff78ab03de3a8164 (patch) | |
tree | 7b81e3c97a8b89b278e8882742d6cb6e221a2eb0 /linux/drivers/media/video/cx88/cx88.h | |
parent | b92a5b6bf9b5fce795809ef4ab8ef94a1927c7ea (diff) | |
download | mediapointer-dvb-s2-e18f413dadeacd8c717e9055ff78ab03de3a8164.tar.gz mediapointer-dvb-s2-e18f413dadeacd8c717e9055ff78ab03de3a8164.tar.bz2 |
DViCO FusionHDTV DVB-T Dual Digital PCI support
Support for DVB reception on the PCI half of the DViCO DVB-T Dual Digital.
Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88.h')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h index 6497c6db7..982cbe6c7 100644 --- a/linux/drivers/media/video/cx88/cx88.h +++ b/linux/drivers/media/video/cx88/cx88.h @@ -1,5 +1,5 @@ /* - * $Id: cx88.h,v 1.97 2006/01/04 11:20:42 nsh Exp $ + * $Id: cx88.h,v 1.98 2006/01/08 03:39:03 pascoe Exp $ * * v4l2 device driver for cx2388x based TV cards * @@ -193,6 +193,7 @@ extern struct sram_channel cx88_sram_channels[]; #define CX88_BOARD_HAUPPAUGE_HVR1100LP 41 #define CX88_BOARD_DNTV_LIVE_DVB_T_PRO 42 #define CX88_BOARD_KWORLD_DVB_T_CX22702 43 +#define CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL 44 enum cx88_itype { CX88_VMUX_COMPOSITE1 = 1, |