提交 2c228614 编写于 作者: B Ben Backx 提交者: Stefan Richter

firesat: add DVB-S support for DVB-S2 devices

...so S2 owners now can at least watch DVB-S channels in linux.
Signed-off-by: NBen Backx <ben@bbackx.com>
Signed-off-by: NStefan Richter <stefanr@s5r6.in-berlin.de>
上级 f1bbb43a
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册