Re: Re: [PATCH 2/2] [media] ds3000: properly report firmware loadingissues

2012-09-03 Thread nibble.max
>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

Re: [PATCH 2/2] [media] ds3000: properly report firmware loadingissues

2012-09-03 Thread RĂ©mi Cardona
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

Re: Re: [PATCH 2/2] [media] ds3000: properly report firmware loadingissues

2012-08-31 Thread nibble.max
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