Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261209
b: refs/heads/master
c: ec05a64
h: refs/heads/master
i:
  261207: 3176b6d
v: v3
  • Loading branch information
Andreas Oberritter authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent 009d7d2 commit a9b767f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7f116b3ea908e277132fd68c5ff4c46284ae2d97
refs/heads/master: ec05a642140c7c34f7ba1cb8a94be9b1154286ae
3 changes: 2 additions & 1 deletion trunk/drivers/media/dvb/dvb-core/dvb_frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ static int dvb_frontend_clear_cache(struct dvb_frontend *fe)
.buffer = b \
}

static struct dtv_cmds_h dtv_cmds[] = {
static struct dtv_cmds_h dtv_cmds[DTV_MAX_COMMAND + 1] = {
_DTV_CMD(DTV_TUNE, 1, 0),
_DTV_CMD(DTV_CLEAR, 1, 0),

Expand Down Expand Up @@ -966,6 +966,7 @@ static struct dtv_cmds_h dtv_cmds[] = {
_DTV_CMD(DTV_ISDBT_LAYERC_TIME_INTERLEAVING, 0, 0),

_DTV_CMD(DTV_ISDBS_TS_ID, 1, 0),
_DTV_CMD(DTV_DVBT2_PLP_ID, 1, 0),

/* Get */
_DTV_CMD(DTV_DISEQC_SLAVE_REPLY, 0, 1),
Expand Down

0 comments on commit a9b767f

Please sign in to comment.