Hi, Karl Herz wrote: > Hi Holger, > > here is the AV7110 RGB patch for Siemens DVB-C Cards.
--- linuxtv-dvb-1.0.1/driver/av7110/av7110.c Fri Sep 19 19:23:36 2003 +++ DVB/driver/av7110/av7110.c Sun Nov 2 12:35:30 2003 @@ -5049,7 +5055,9 @@ msp_writereg(av7110, 0x12, 0x000a, 0x0220); // SCART 1 source msp_writereg(av7110, 0x12, 0x0007, 0x7f00); // SCART 1 volume msp_writereg(av7110, 0x12, 0x000d, 0x4800); // prescale SCART - } else if (av7110->saa->device->subsystem_vendor == 0x110a) { + } else if ((av7110->saa->device->subsystem_vendor == 0x110a) || + ((av7110->saa->device->subsystem_vendor == 0x13c2) && + (av7110->saa->device->subsystem_device == 0x0000))) { printk("av7110(%d): DVB-C w/o analog module detected\n", av7110->saa->dvb_adapter->num); av7110->adac_type = DVB_ADAC_NONE; Wait a minute, what's that? That would break some WinTV cards, wouldn't it? @@ -5223,6 +5233,7 @@ MODULE_PARM(pids_off,"i"); MODULE_PARM(adac,"i"); MODULE_PARM(hw_sections, "i"); +MODULE_PARM(rgb_on, "i"); Would the following be an appropriate description of the parameter? MODULE_PARM_DESC(rgb_on, "For Siemens DVB-C cards only: Enable RGB signal on SCART pin 16"); Regards, Johannes PS: Please send regular sized patches as uncompressed text. -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.