diff options
author | Gerd Knorr <devnull@localhost> | 2004-11-03 09:04:50 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-11-03 09:04:50 +0000 |
commit | 5c11d159f1e04623e962b2338c05e7e7986da8a7 (patch) | |
tree | 6a49c1862fc0aea2716e8b5d8e62c4bee04079c5 /linux/drivers/media/video/cx88/cx88.h | |
parent | b8c933a4132a513316cf1a0dcaa898af0aa27640 (diff) | |
download | mediapointer-dvb-s2-5c11d159f1e04623e962b2338c05e7e7986da8a7.tar.gz mediapointer-dvb-s2-5c11d159f1e04623e962b2338c05e7e7986da8a7.tar.bz2 |
- cx88: fix/add dvb cards by Christopher Pascoe
- saa7134: new card
- misc minor fixes.
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 8dcb768c8..8100f5d4d 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.39 2004/10/25 11:26:36 kraxel Exp $ + * $Id: cx88.h,v 1.40 2004/11/03 09:04:51 kraxel Exp $ * * v4l2 device driver for cx2388x based TV cards * @@ -156,6 +156,7 @@ extern struct sram_channel cx88_sram_channels[]; #define CX88_BOARD_HAUPPAUGE_DVB_T1 18 #define CX88_BOARD_CONEXANT_DVB_T1 19 #define CX88_BOARD_PROVIDEO_PV259 20 +#define CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS 21 enum cx88_itype { CX88_VMUX_COMPOSITE1 = 1, |