Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] stb0899: fix diseqc messages getting lost

- Some badly written applications in conjuction with certain SEC devices
do send too many messages causing the DiSEqC bus to get congested. As
a result, the end devices do get confused and hence do not respond.
The issue was found by Julian Scheel.

Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Manu Abraham and committed by
Mauro Carvalho Chehab
1697c8df f14bfe94

+1 -1
+1 -1
drivers/media/dvb/frontends/stb0899_drv.c
··· 714 714 reg = stb0899_read_reg(state, STB0899_DISCNTRL1); 715 715 STB0899_SETFIELD_VAL(DISPRECHARGE, reg, 0); 716 716 stb0899_write_reg(state, STB0899_DISCNTRL1, reg); 717 - 717 + msleep(100); 718 718 return 0; 719 719 } 720 720