[linux-dvb] [PATCH, RFC] KWorld ATSC-115 detection
Eric Sandeen
sandeen at sandeen.net
Fri Sep 28 06:56:47 CEST 2007
Michael Krufky wrote:
>> @@ -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.
Ok. I knew it was overboard. (although it is nice to see the actual
product name in dmesg...) :)
> Will you be able to test ATSC, QAM and NTSC?
I can test QAM and NTSC, but not ATSC, no antenna...
Thanks!
-Eric
More information about the linux-dvb
mailing list