Paolo Casagranda wrote:
> My question to Linux TT DVB-T driver experts is:
> ...
> - if no one can do that, is it possible to keep the existing table
> structure, so that is simple for us to "upgrade" the driver for our
> card?

Bogus ids will not be added to the driver. If you cannot fix the real 
problem, you have to patch your ids into the driver. It's easy:

saa7146_core.c.old   original file
saa7146_core.c       modified file with your bogus ids

create a patch:
cd DVB/driver/av7110
diff -u saa7146_core.c.old saa7146_core.c > /tmp/bogus.diff

apply the patch to another driver:
cd DVB/driver/av7110
patch < /tmp/bogus.diff

That's all.

Oliver


-- 
Info:
To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as 
subject.

Reply via email to