diff options
author | Nickolay V. Shmyrev <devnull@localhost> | 2005-05-29 10:22:08 +0000 |
---|---|---|
committer | Nickolay V. Shmyrev <devnull@localhost> | 2005-05-29 10:22:08 +0000 |
commit | d962d72bdd53cad3b28c6b59265900ace16b8c4e (patch) | |
tree | 2a538f219069b825e2a3e55228250921770a2870 /linux/drivers/media/video/cx88/cx88.h | |
parent | 08123b1e044235d3e7095145f12bcc1e15b73672 (diff) | |
download | mediapointer-dvb-s2-d962d72bdd53cad3b28c6b59265900ace16b8c4e.tar.gz mediapointer-dvb-s2-d962d72bdd53cad3b28c6b59265900ace16b8c4e.tar.bz2 |
Analog support for the DViCO FusionHDTV3 Gold-Q. Patch from Michael Krufky <mkrufky@m1k.net>
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 b40990776..bd9494834 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.57 2005/05/15 19:01:26 mchehab Exp $ + * $Id: cx88.h,v 1.58 2005/05/29 10:22:08 nsh Exp $ * * v4l2 device driver for cx2388x based TV cards * @@ -164,6 +164,7 @@ extern struct sram_channel cx88_sram_channels[]; #define CX88_BOARD_DIGITALLOGIC_MEC 25 #define CX88_BOARD_IODATA_GVBCTV7E 26 #define CX88_BOARD_PIXELVIEW_PLAYTV_ULTRA_PRO 27 +#define CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q 28 enum cx88_itype { CX88_VMUX_COMPOSITE1 = 1, |