summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/dib8000.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2009-12-25 10:59:21 +0100
committerMauro Carvalho Chehab2010-02-26 19:10:26 +0100
commit910ef763c1c3a6761aaa75bc5d086b45d4022e64 (patch)
treefa69b0af33544e86228ebced14685b44c9cd5ac9 /drivers/media/dvb/frontends/dib8000.c
parentV4L/DVB (13842): smsdvb: Convert it to use DVB API v5 (S2API) (diff)
downloadkernel-qcow2-linux-910ef763c1c3a6761aaa75bc5d086b45d4022e64.tar.gz
kernel-qcow2-linux-910ef763c1c3a6761aaa75bc5d086b45d4022e64.tar.xz
kernel-qcow2-linux-910ef763c1c3a6761aaa75bc5d086b45d4022e64.zip
V4L/DVB (13843): dib8000: Properly report Delivery System as SYS_ISDBT
Cc: Patrick Boettcher <pboettcher@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/dib8000.c')
-rw-r--r--drivers/media/dvb/frontends/dib8000.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/dib8000.c b/drivers/media/dvb/frontends/dib8000.c
index 6f6fa29d9ea4..2aa97dd6a8af 100644
--- a/drivers/media/dvb/frontends/dib8000.c
+++ b/drivers/media/dvb/frontends/dib8000.c
@@ -1999,6 +1999,8 @@ static int dib8000_set_frontend(struct dvb_frontend *fe, struct dvb_frontend_par
struct dib8000_state *state = fe->demodulator_priv;
int time, ret;
+ fe->dtv_property_cache.delivery_system = SYS_ISDBT;
+
dib8000_set_output_mode(state, OUTMODE_HIGH_Z);
if (fe->ops.tuner_ops.set_params)