[linux-dvb] Antother problem with mt352
Kenneth Aafløy
lists at kenneth.aafloy.net
Sat Mar 19 01:55:43 CET 2005
On Friday 18 March 2005 23:43, François-Xavier Payet wrote:
> Thanks for the patch, but unfortunately, still the same problem (I'm sure the
> reception is good, working like a charm on windows)
What if you delete the read of STATUS_3?
remove this
state->s3 = mt352_read_register(state, STATUS_3);
change this
if (-1 == state->s0 || -1 == state->s1 || -1 == state->s3)
to
if (-1 == state->s0 || -1 == state->s1)
Kenneth
More information about the linux-dvb
mailing list