diff options
author | Gerd Knorr <devnull@localhost> | 2004-11-30 11:26:38 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-11-30 11:26:38 +0000 |
commit | cec65069b7466d850408a58576dbff9a0ddbf782 (patch) | |
tree | 40933784bc061720d286b0dfd075e94a85944061 /linux/drivers/media/video/cx88/cx88.h | |
parent | ae625623c832731a551768d5137323acb1e80259 (diff) | |
download | mediapointer-dvb-s2-cec65069b7466d850408a58576dbff9a0ddbf782.tar.gz mediapointer-dvb-s2-cec65069b7466d850408a58576dbff9a0ddbf782.tar.bz2 |
- add new tuners.
- ir support for Compro Videomate by Michael Mellor.
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, |