On 9/27/07, Eric Sandeen <sandeen@xxxxxxxxxxx> wrote: > So, just got my shiny new Kworld ATSC-115 card in the mail. > > Any desire for a patch to actually detect the new PCI ID, even > though I guess it's pretty much the same card as the ATSC 110? > > Full-on pedantic patch below, I know not all of this needs to be > duplicated if it's truly identical hardware.... > > Comments? (build & load tested only, not currently near a signal > to test it but I assume it's fine, since using the card=90 module > option is reported to work) > > Thanks, > > -Eric > > Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxxx> > @@ -4123,6 +4147,12 @@ struct pci_device_id saa7134_pci_tbl[] = > .driver_data = SAA7134_BOARD_KWORLD_ATSC110, > },{ > .vendor = PCI_VENDOR_ID_PHILIPS, > + .device = PCI_DEVICE_ID_PHILIPS_SAA7133, /* SAA7135HL */ > + .subvendor = 0x17de, > + .subdevice = 0x7352, > + .driver_data = SAA7134_BOARD_KWORLD_ATSC115, > + },{ > + .vendor = PCI_VENDOR_ID_PHILIPS, > .device = PCI_DEVICE_ID_PHILIPS_SAA7134, > .subvendor = 0x1461, > .subdevice = 0x7360, Eric, You can remove every hunk of your patch except for the one above, but instead link that subsystem ID to SAA7134_BOARD_KWORLD_ATSC110 ... The two cards are the same, as far as the driver is concerned. Will you be able to test ATSC, QAM and NTSC? Cheers, Mike _______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb