Chip3
A5059
29346
J0492
that's the TSA5059. So you have to call tsa5059_set_tv_freq() for this
PLL (this should be done for ftype == PHILIPS_SU1278SH). If your tuner
module really uses i2c address 0x61 for the PLL, please try to hardcode
in stv0299.c, line 256 the PLL address to 0x61.
Then please report if this works, if so we'll have to make the probing
code a bit more sophisticated...
Hardcoded it to 0x61 and the results are still the same
well, then you don't have a choice and have to go the hard way: analyze
the i2c communication of the drivers and compare what's exactly done
differently. Don't forget to compare the PLL strings and adresses...