On Saturday 13 March 2004 20:59, Alfred Zastrow wrote: > Andrew de Quincey schrieb: > >>- ves1x93_writereg(i2c, 0x00, 0x11); > >>+// ves1x93_writereg(i2c, 0x00, 0x11); > >> ret = i2c->xfer (i2c, &msg, 1); > >>- ves1x93_writereg(i2c, 0x00, 0x01); > >>+// ves1x93_writereg(i2c, 0x00, 0x01); > > ^^^ this diff makes no difference > > > The attached diff is working. I think it was ves-fix-3
Great, thats good to know. OK, there are five things changed there: init_1893_tab[3] init_1893_tab[5] init_1893_tab[1a] init_1893_tab[1f] INVERSION_AUTO I don't know which it is that makes it work. Looking back at the trials we've done, it seems to be a combination of two or more of them. I don't want to annoy you with millions more patches, so assuming everyone else says it fixes the problem, I'm going to commit that patch to CVS. Really, it needs someone to try all possible combinations of the above to find out which ones are the essential ones. If I had one of those cards I'd do that myself, but I don't. -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
