Message ID | 20090607202748.GM10731@mx01 (mailing list archive) |
---|---|
State | Rejected |
Delegated to: | Douglas Landgraf |
Headers | show |
On Sun, 7 Jun 2009, Michael Stapelberg wrote: > Add fefe:0001 to the list of identifiers for the bt8xx driver. The chip is > named Conexant Fusion 878a, the card is a Twinhan VP 1025 DVB-S PCI. > > Please commit the attached patch. You can remove Conexant Fusion from the board name. All the boards for that driver use that same chip. Just use "Twinhan VP 1025 DVB-S". Don't you need to add it to the list in bttv-cards.c in order to use the card? -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Trent, * [08.06.09 02:24]: > You can remove Conexant Fusion from the board name. All the boards for > that driver use that same chip. Just use "Twinhan VP 1025 DVB-S". Alright, thanks for clearing that up. > Don't you need to add it to the list in bttv-cards.c in order to use the > card? Not sure about that, it wasn’t necessary for me. Best regards, Michael
--- bt878.orig.c 2009-06-07 22:23:33.000000000 +0200 +++ bt878.c 2009-06-07 22:23:27.000000000 +0200 @@ -405,6 +405,7 @@ BROOKTREE_878_DEVICE(0x18ac, 0xd500, "DViCO FusionHDTV 5 Lite"), BROOKTREE_878_DEVICE(0x7063, 0x2000, "pcHDTV HD-2000 TV"), BROOKTREE_878_DEVICE(0x1822, 0x0026, "DNTV Live! Mini"), + BROOKTREE_878_DEVICE(0xfefe, 0x0001, "Conexant Fusion / Twinhan VP 1025 DVB-S"), { } };