diff options
author | Stephan Wienczny <Stephan@wienczny.de> | 2009-03-10 18:08:06 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:18 -0400 |
commit | 70101a2785598f1a743c1e0fb65264c55bf5a29f (patch) | |
tree | 043fa173cb83eda02b3fc09f1e76b9c0d626cc94 /drivers/media/video/cx88/cx88.h | |
parent | a27e4fd321cdfe5b333efb41589c1008c705e312 (diff) |
V4L/DVB (10949): Add support for Terratec Cinergy HT PCI MKII
This patch adds support for Terratec Cinergy HT PCI MKII with card id 79.
Its more or less a copy of Pinnacle Hybrid PCTV.
Thanks to k1ngf1sher on forum.ubuntuusers.de for the idea to copy that card.
Signed-off-by: Stephan Wienczny <stephan@wienczny.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
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 3542061c7329..303d8d20fc91 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -231,6 +231,7 @@ extern struct sram_channel cx88_sram_channels[]; | |||
231 | #define CX88_BOARD_SATTRADE_ST4200 76 | 231 | #define CX88_BOARD_SATTRADE_ST4200 76 |
232 | #define CX88_BOARD_TBS_8910 77 | 232 | #define CX88_BOARD_TBS_8910 77 |
233 | #define CX88_BOARD_PROF_6200 78 | 233 | #define CX88_BOARD_PROF_6200 78 |
234 | #define CX88_BOARD_TERRATEC_CINERGY_HT_PCI_MKII 79 | ||
234 | 235 | ||
235 | enum cx88_itype { | 236 | enum cx88_itype { |
236 | CX88_VMUX_COMPOSITE1 = 1, | 237 | CX88_VMUX_COMPOSITE1 = 1, |