Skip to content

Commit

Permalink
fixed the problem that tbs6285 can not get TS stream
Browse files Browse the repository at this point in the history
  • Loading branch information
Davin622 committed Oct 27, 2017
1 parent 2cacea5 commit cf38293
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/media/dvb-frontends/si2168.c
Expand Up @@ -444,6 +444,8 @@ static int si2168_set_frontend(struct dvb_frontend *fe)


memcpy(cmd.args, "\x14\x00\x08\x10\xcf\x33", 6);
cmd.args[4] = (dev->ts_mode==3)?0xd7:0xcf;
cmd.args[5] = (dev->ts_mode==3)?0x05:0x33;
cmd.wlen = 6;
cmd.rlen = 4;
ret = si2168_cmd_execute(client, &cmd);
Expand Down

0 comments on commit cf38293

Please sign in to comment.