On Friday 18 March 2005 14:33, Kenneth Aafl?y wrote: > Hm, it appears not, because now that I have filtered out any value that > is overwritten in either stv0299 or the drivers own set_symbol_rate/pll_set > the amount of differences has gone down drastically. I had also forgot to > remove the identical inittab of dvb-ttusb-budget.c :) Further checking of the register values of the flexcop/skystar2 revealed that there was one default (identical to reset value) and multiple read-only registers written. So now the inittab mods of flexcop/skystar2 is reduced to: stv0299_writereg(fe, 0x06, 0x02); stv0299_writereg(fe, 0x0F, 0x12); stv0299_writereg(fe, 0x10, 0x7E); stv0299_writereg(fe, 0x17, 0x5C); stv0299_writereg(fe, 0x33, 0xFE); Complete patch omitted. Kenneth