diff options
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 ce82fa859..3d2b268d6 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.41 2004/11/23 17:29:09 kraxel Exp $ + * $Id: cx88.h,v 1.42 2004/11/30 11:26:38 kraxel Exp $ * * v4l2 device driver for cx2388x based TV cards * @@ -157,6 +157,7 @@ extern struct sram_channel cx88_sram_channels[]; #define CX88_BOARD_CONEXANT_DVB_T1 19 #define CX88_BOARD_PROVIDEO_PV259 20 #define CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS 21 +#define CX88_BOARD_PCHDTV_HD3000 22 enum cx88_itype { CX88_VMUX_COMPOSITE1 = 1, |