Mailing List archive

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

[linux-dvb] "New" Frontend / PCI ID's update (check OCTAL line)




MAKE_AV7110_INFO(fs_1_5, "Siemens cable card PCI rev1.5");
MAKE_AV7110_INFO(fs_1_3, "Siemens/Technotrend/Hauppauge PCI rev1.3");
MAKE_AV7110_INFO(tt_1_6, "Technotrend/Hauppauge PCI rev1.3 or 1.6");
MAKE_AV7110_INFO(tt_2_1, "Technotrend/Hauppauge PCI rev2.1");
MAKE_AV7110_INFO(tt_t,   "Technotrend/Hauppauge PCI DVB-T");
MAKE_AV7110_INFO(unkwn0, "Technotrend/Hauppauge PCI rev?(unknown0)?");
MAKE_AV7110_INFO(unkwn1, "Technotrend/Hauppauge PCI rev?(unknown1)?");
MAKE_AV7110_INFO(unkwn2, "Technotrend/Hauppauge PCI rev?(unknown2)?");
MAKE_AV7110_INFO(nexus,  "Technotrend/Hauppauge Nexus PCI DVB-S");
MAKE_AV7110_INFO(dvboc11,"Octal/Technotrend DVB-C for iTV");

static struct pci_device_id pci_tbl[] = {
        MAKE_EXTENSION_PCI(fs_1_5, 0x110a, 0xffff),
        MAKE_EXTENSION_PCI(fs_1_5, 0x110a, 0x0000),
        MAKE_EXTENSION_PCI(fs_1_3, 0x13c2, 0x0000),
        MAKE_EXTENSION_PCI(unkwn0, 0x13c2, 0x1002),
        MAKE_EXTENSION_PCI(tt_1_6, 0x13c2, 0x0001),
        MAKE_EXTENSION_PCI(tt_2_1, 0x13c2, 0x0002),
        MAKE_EXTENSION_PCI(tt_2_1, 0x13c2, 0x0003),
        MAKE_EXTENSION_PCI(tt_2_1, 0x13c2, 0x0004),
        MAKE_EXTENSION_PCI(tt_1_6, 0x13c2, 0x0006),
        MAKE_EXTENSION_PCI(tt_t,   0x13c2, 0x0008),
        MAKE_EXTENSION_PCI(tt_2_1, 0x13c2, 0x1102),
        MAKE_EXTENSION_PCI(unkwn1, 0xffc2, 0x0000),
        MAKE_EXTENSION_PCI(unkwn2, 0x00a1, 0x00a1),
        MAKE_EXTENSION_PCI(nexus,  0x00a1, 0xa1a0),
        MAKE_EXTENSION_PCI(dvboc11,0x13c2, 0x000a),
        {
                .vendor    = 0,
        }
};



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



Home | Main Index | Thread Index