summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/mantis/mantis_core.c
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2009-12-04 04:42:22 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-01-17 11:55:31 -0200
commitb2eb1312faa26703e71b7b3945c8773213e9ee49 (patch)
tree4e9ca292e4be0a917fd39512c3e14589a32e5c18 /drivers/media/dvb/mantis/mantis_core.c
parent5e68b0aedaa34447d86ae5cc6d071251c62bef37 (diff)
downloadop-kernel-dev-b2eb1312faa26703e71b7b3945c8773213e9ee49.zip
op-kernel-dev-b2eb1312faa26703e71b7b3945c8773213e9ee49.tar.gz
V4L/DVB (13723): [Mantis/VP-2040, Terratec Cinergy C] Add support for the Cinergy C, VP-2040 clone
Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_core.c')
-rw-r--r--drivers/media/dvb/mantis/mantis_core.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/dvb/mantis/mantis_core.c b/drivers/media/dvb/mantis/mantis_core.c
index 16d693e..96b9392 100644
--- a/drivers/media/dvb/mantis/mantis_core.c
+++ b/drivers/media/dvb/mantis/mantis_core.c
@@ -23,6 +23,7 @@
#include "mantis_vp1033.h"
#include "mantis_vp1034.h"
#include "mantis_vp2033.h"
+#include "mantis_vp2040.h"
#include "mantis_vp3030.h"
static int read_eeprom_byte(struct mantis_pci *mantis, u8 *data, u8 length)
@@ -113,6 +114,9 @@ static void mantis_load_config(struct mantis_pci *mantis)
case MANTIS_VP_2033_DVB_C: // VP-2033
mantis->hwconfig = &vp2033_mantis_config;
break;
+ case TERRATEC_CINERGY_C_PCI: // VP-2040 clone
+ mantis->hwconfig = &vp2040_mantis_config;
+ break;
case MANTIS_VP_3030_DVB_T: // VP-3030
mantis->hwconfig = &vp3030_mantis_config;
break;
OpenPOWER on IntegriCloud