]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
V4L/DVB (13843): dib8000: Properly report Delivery System as SYS_ISDBT
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 25 Dec 2009 09:59:21 +0000 (06:59 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 26 Feb 2010 18:10:26 +0000 (15:10 -0300)
Cc: Patrick Boettcher <pboettcher@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/dib8000.c

index 6f6fa29d9ea4310877301a520858fe354a13cd8a..2aa97dd6a8afdb71e93b49a1e20b0c6fac32df1c 100644 (file)
@@ -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)