Skip to content

Commit

Permalink
V4L/DVB (13843): dib8000: Properly report Delivery System as SYS_ISDBT
Browse files Browse the repository at this point in the history
Cc: Patrick Boettcher <pboettcher@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Feb 26, 2010
1 parent cf4fab7 commit 910ef76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/media/dvb/frontends/dib8000.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 910ef76

Please sign in to comment.