From: Mauro Carvalho Chehab Date: Fri, 25 Dec 2009 09:59:21 +0000 (-0300) Subject: V4L/DVB (13843): dib8000: Properly report Delivery System as SYS_ISDBT X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=910ef763c1c3a6761aaa75bc5d086b45d4022e64;p=deliverable%2Flinux.git V4L/DVB (13843): dib8000: Properly report Delivery System as SYS_ISDBT Cc: Patrick Boettcher Signed-off-by: Mauro Carvalho Chehab --- 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)