Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d284e4f7 authored by Sigmund Augdal's avatar Sigmund Augdal Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (10974): Use Diseqc 3/3 mode to send data

parent 5f77af93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -794,7 +794,7 @@ static int stb0899_send_diseqc_burst(struct dvb_frontend *fe, fe_sec_mini_cmd_t
	reg = stb0899_read_reg(state, STB0899_DISCNTRL1);
	old_state = reg;
	/* set to burst mode	*/
	STB0899_SETFIELD_VAL(DISEQCMODE, reg, 0x02);
	STB0899_SETFIELD_VAL(DISEQCMODE, reg, 0x03);
	STB0899_SETFIELD_VAL(DISPRECHARGE, reg, 0x01);
	stb0899_write_reg(state, STB0899_DISCNTRL1, reg);
	switch (burst) {