Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Add Vendor ID/Device ID for TechnoTrend DVB-T Card



Hi all,
I'd like to notify the Vendor ID/Device ID of the TechnoTrend DVB-T Card we are testing; could the developer of this section of the drivers add them to the next release?

The version of the card is TechnoTrend DVB-T PCI 1.6 (with integrated MPEG-2 decoder), however the codes are different from those in the current drivers, probably because TechnoTrend released two different versions.

The data are (thanks to Marcus Metzler for the suggestions on how to do it):
Vendor ID: 0xA000
Device ID: 0xA000

I changed them manually in the file /linuxdvbxxx/driver/av7110/saa7146_core.c substituting the tt_1_6 values as reported in the following struct; of course the best way would be to ADD the new specific code in the table, so that for example there is a tt_1_6_bis card behaving like the tt_1_6 (so that both cards are supported).
I recompiled and tested the new driver and it works well.

static struct pci_device_id saa7146_pci_tbl[] __devinitdata = {
{ PHILIPS_SAA7146, 0x110a, 0xffff, CARD_INFO fs_1_5 },
{ PHILIPS_SAA7146, 0x110a, 0x0000, CARD_INFO fs_1_5 },
{ PHILIPS_SAA7146, 0x13c2, 0x1003, CARD_INFO ttbs },
{ PHILIPS_SAA7146, 0x13c2, 0x1004, CARD_INFO ttbc },
{ PHILIPS_SAA7146, 0x13c2, 0x1005, CARD_INFO ttbt },
{ PHILIPS_SAA7146, 0x13c2, 0x100c, CARD_INFO ttbci },
{ PHILIPS_SAA7146, 0x13c2, 0x100f, CARD_INFO ttbci },
{ PHILIPS_SAA7146, 0x13c2, 0x1013, CARD_INFO satel },
{ PHILIPS_SAA7146, 0x13c2, 0x0000, CARD_INFO fs_1_3 },
{ PHILIPS_SAA7146, 0x13c2, 0x1002, CARD_INFO unkwn0 },
{ PHILIPS_SAA7146, 0xa000, 0xa000, CARD_INFO tt_1_6 },
{ PHILIPS_SAA7146, 0x13c2, 0x0002, CARD_INFO tt_2_1 },
{ PHILIPS_SAA7146, 0x13c2, 0x0003, CARD_INFO tt_2_1 },
{ PHILIPS_SAA7146, 0x13c2, 0x0004, CARD_INFO tt_2_1 },
{ PHILIPS_SAA7146, 0x13c2, 0x0006, CARD_INFO tt_1_6 },
{ PHILIPS_SAA7146, 0x13c2, 0x0008, CARD_INFO tt_t },
{ PHILIPS_SAA7146, 0xffc2, 0x0000, CARD_INFO unkwn1 },
{ PHILIPS_SAA7146, 0x00a1, 0x00a1, CARD_INFO unkwn2 },
{ PHILIPS_SAA7146, 0x00a1, 0xa1a0, CARD_INFO nexus },
{ PHILIPS_SAA7146, 0x1131, 0x4f56, CARD_INFO knc1 },
{ 0,},
};

Kind regards
Paolo Casagranda

_________________________________________________________________
Invia messaggi istantanei gratuitamente! http://www.msn.it/messenger/



--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index