diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2009-12-02 20:07:24 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-01-17 08:55:28 -0500 |
commit | df0cca174b4d85ea041509a13e5e68b377758bf1 (patch) | |
tree | 1e35b52b855b4bb3d2359e04dbe70a0cce6df836 /drivers/media/dvb/mantis/mantis_vp3030.c | |
parent | bd1fcac0148fb4a44395227edb0ff8ee31e09de1 (diff) |
V4L/DVB (13706): [MB86A16] Overhaul
* better ISR handling
* I2C fixes
* better handling of configurations
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_vp3030.c')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_vp3030.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/drivers/media/dvb/mantis/mantis_vp3030.c b/drivers/media/dvb/mantis/mantis_vp3030.c index f44f226ce9ab..8043e5d9218d 100644 --- a/drivers/media/dvb/mantis/mantis_vp3030.c +++ b/drivers/media/dvb/mantis/mantis_vp3030.c | |||
@@ -22,7 +22,15 @@ | |||
22 | #include "mantis_vp3030.h" | 22 | #include "mantis_vp3030.h" |
23 | 23 | ||
24 | struct zl10353_config mantis_vp3030_config = { | 24 | struct zl10353_config mantis_vp3030_config = { |
25 | .demod_address = 0x0f, | 25 | .demod_address = 0x0f, |
26 | }; | ||
27 | |||
28 | #define MANTIS_MODEL_NAME "VP-3030" | ||
29 | #define MANTIS_DEV_TYPE "DVB-T" | ||
30 | |||
31 | struct mantis_hwconfig vp3030_mantis_config = { | ||
32 | .model_name = MANTIS_MODEL_NAME, | ||
33 | .dev_type = MANTIS_DEV_TYPE, | ||
26 | }; | 34 | }; |
27 | 35 | ||
28 | int panasonic_en57h12d5_set_params(struct dvb_frontend *fe, | 36 | int panasonic_en57h12d5_set_params(struct dvb_frontend *fe, |