>Hi Max,
>
>On 08/31/2012 10:29 AM, nibble.max wrote:
>> As remember that there is a fault in the tuner register read function in
>> ds3000.c file.
>> It will cause the read back value wrong.
>
>Well, using 0x12 works out for most of the cards we have in the wild.
>Not knowing what 0x11 / 0x12 mea
Hi Max,
On 08/31/2012 10:29 AM, nibble.max wrote:
> As remember that there is a fault in the tuner register read function in
> ds3000.c file.
> It will cause the read back value wrong.
Well, using 0x12 works out for most of the cards we have in the wild.
Not knowing what 0x11 / 0x12 means, I'd b
As remember that there is a fault in the tuner register read function in
ds3000.c file.
It will cause the read back value wrong.
ds3000.c file,
static int ds3000_tuner_readreg(struct ds3000_state *state, u8 reg)
{
...
ds3000_writereg(state, 0x03, 0x12);
...
}
in DVBSky code, m88ds3103.c f