Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131720
b: refs/heads/master
c: 2c22861
h: refs/heads/master
v: v3
  • Loading branch information
Ben Backx authored and Stefan Richter committed Feb 24, 2009
1 parent 0761608 commit bfd6827
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f1bbb43a667067f24a729df78dc050348b1c7846
refs/heads/master: 2c22861459f094e899c034515a9bb92ac307ceae
6 changes: 6 additions & 0 deletions trunk/drivers/media/dvb/firesat/avc_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,12 @@ static void AVCTuner_tuneQPSK(struct firesat *firesat, struct dvb_frontend_param
else
CmdFrm->operand[12] = (firesat->tone==SEC_TONE_ON)?1:0; // band

if (firesat->type == FireSAT_DVB_S2) {
CmdFrm->operand[13] = 0x1;
CmdFrm->operand[14] = 0xFF;
CmdFrm->operand[15] = 0xFF;
}

CmdFrm->length = 16;
}

Expand Down

0 comments on commit bfd6827

Please sign in to comment.