Em Sun, 3 Nov 2013 01:46:12 +0100 Maik Broemme <mbroemme@xxxxxxxxxxxxx> escreveu: > Fixed Kconfig and Makefile to build latest version off ddbridge. It > adds support for the following devices: > > - Octopus DVB adapter > - Octopus V3 DVB adapter > - Octopus LE DVB adapter > - Octopus OEM > - Octopus Mini > - Cine S2 V6 DVB adapter > - Cine S2 V6.5 DVB adapter > - Octopus CI > - Octopus CI single > - DVBCT V6.1 DVB adapter > - DVB-C modulator > - SaTiX-S2 V3 DVB adapter Again, this won't work, as it would break compilation. > > Signed-off-by: Maik Broemme <mbroemme@xxxxxxxxxxxxx> > --- > drivers/media/pci/ddbridge/Kconfig | 21 +++++++++++++++------ > drivers/media/pci/ddbridge/Makefile | 2 +- > 2 files changed, 16 insertions(+), 7 deletions(-) > > diff --git a/drivers/media/pci/ddbridge/Kconfig b/drivers/media/pci/ddbridge/Kconfig > index 44e5dc1..a30848f 100644 > --- a/drivers/media/pci/ddbridge/Kconfig > +++ b/drivers/media/pci/ddbridge/Kconfig > @@ -6,13 +6,22 @@ config DVB_DDBRIDGE > select DVB_STV090x if MEDIA_SUBDRV_AUTOSELECT > select DVB_DRXK if MEDIA_SUBDRV_AUTOSELECT > select DVB_TDA18271C2DD if MEDIA_SUBDRV_AUTOSELECT > + select DVB_STV0367DD if MEDIA_SUBDRV_AUTOSELECT > + select DVB_TDA18212DD if MEDIA_SUBDRV_AUTOSELECT > + select DVB_CXD2843 if MEDIA_SUBDRV_AUTOSELECT > ---help--- > Support for cards with the Digital Devices PCI express bridge: > - - Octopus PCIe Bridge > - - Octopus mini PCIe Bridge > - - Octopus LE > - - DuoFlex S2 Octopus > - - DuoFlex CT Octopus > - - cineS2(v6) > + - Octopus DVB adapter > + - Octopus V3 DVB adapter > + - Octopus LE DVB adapter > + - Octopus OEM > + - Octopus Mini > + - Cine S2 V6 DVB adapter > + - Cine S2 V6.5 DVB adapter > + - Octopus CI > + - Octopus CI single > + - DVBCT V6.1 DVB adapter > + - DVB-C modulator > + - SaTiX-S2 V3 DVB adapter > > Say Y if you own such a card and want to use it. > diff --git a/drivers/media/pci/ddbridge/Makefile b/drivers/media/pci/ddbridge/Makefile > index 7446c8b..c274b81 100644 > --- a/drivers/media/pci/ddbridge/Makefile > +++ b/drivers/media/pci/ddbridge/Makefile > @@ -2,7 +2,7 @@ > # Makefile for the ddbridge device driver > # > > -ddbridge-objs := ddbridge-core.o > +ddbridge-objs := ddbridge-core.o ddbridge-i2c.o ddbridge-mod.o > > obj-$(CONFIG_DVB_DDBRIDGE) += ddbridge.o > -- Cheers, Mauro -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html