diff options
author | David Shirley <David.Shirley@team.telstra.com> | 2005-11-09 00:37:22 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:17 -0500 |
commit | 2b5200a7b19a53969db68c97d379339592ca6a4f (patch) | |
tree | 55611b729d1285b046c9128dce53835c3c50a5e9 /drivers/media/video/cx88/cx88.h | |
parent | 40c717ff48b2c91091a69de0e28c02a43e9b0c7c (diff) |
[PATCH] v4l: 766: add dvb card winfast dtv1000-t
- Add DVB card WinFast DTV1000-T
Signed-off-by: David Shirley <David.Shirley@team.telstra.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88.h')
-rw-r--r-- | drivers/media/video/cx88/cx88.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h index a690569f345d..ea5c092a779e 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -177,6 +177,7 @@ extern struct sram_channel cx88_sram_channels[]; | |||
177 | #define CX88_BOARD_AVERMEDIA_ULTRATV_MC_550 32 | 177 | #define CX88_BOARD_AVERMEDIA_ULTRATV_MC_550 32 |
178 | #define CX88_BOARD_KWORLD_VSTREAM_EXPERT_DVD 33 | 178 | #define CX88_BOARD_KWORLD_VSTREAM_EXPERT_DVD 33 |
179 | #define CX88_BOARD_ATI_HDTVWONDER 34 | 179 | #define CX88_BOARD_ATI_HDTVWONDER 34 |
180 | #define CX88_BOARD_WINFAST_DTV1000 35 | ||
180 | 181 | ||
181 | enum cx88_itype { | 182 | enum cx88_itype { |
182 | CX88_VMUX_COMPOSITE1 = 1, | 183 | CX88_VMUX_COMPOSITE1 = 1, |