mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
remove burst (does not work with some switches)
This commit is contained in:
parent
f2d3efd577
commit
530f9d130a
@ -1641,6 +1641,7 @@ static int recv_slave_reply(struct dvb_frontend *fe,
|
|||||||
|
|
||||||
static int send_burst(struct dvb_frontend *fe, enum fe_sec_mini_cmd burst)
|
static int send_burst(struct dvb_frontend *fe, enum fe_sec_mini_cmd burst)
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
struct stv *state = fe->demodulator_priv;
|
struct stv *state = fe->demodulator_priv;
|
||||||
u8 value;
|
u8 value;
|
||||||
|
|
||||||
@ -1655,6 +1656,7 @@ static int send_burst(struct dvb_frontend *fe, enum fe_sec_mini_cmd burst)
|
|||||||
set_reg(DISTXFIFO, value);
|
set_reg(DISTXFIFO, value);
|
||||||
set_reg(DISTXCFG, 0x3a);
|
set_reg(DISTXCFG, 0x3a);
|
||||||
wait_dis(state, 0x20, 0x20);
|
wait_dis(state, 0x20, 0x20);
|
||||||
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user