Re: [PATCH -rc2-mm2] BUG FIX - v4l broken hybrid dvb inclusion

From: Alexey Dobriyan
Date: Tue Jul 12 2005 - 12:03:02 EST


On Tuesday 12 July 2005 19:06, Michael Krufky wrote:
> v4l-saa7134-hybrid-dvb.patch
> v4l-cx88-update.patch
>
> The specific change that caused this problem is:
>
> - Let Kconfig decide whether to include frontend-specific code.
>
> I had tested this change against 2.6.13-rc2-mm1, and it worked perfectly as
> expected, but it caused problems in today's 2.6.13-rc2-mm2 release. For
> some reason, the symbols don't get set properly.

What symbols? What error messages do you see?

> --- linux-2.6.13-rc2-mm2.orig/drivers/media/video/cx88/cx88-dvb.c
> +++ linux/drivers/media/video/cx88/cx88-dvb.c

> +#define CONFIG_DVB_MT352 1
> +#define CONFIG_DVB_CX22702 1
> +#define CONFIG_DVB_OR51132 1
> +#define CONFIG_DVB_LGDT3302 1

> --- linux-2.6.13-rc2-mm2.orig/drivers/media/video/saa7134/saa7134-dvb.c
> +++ linux/drivers/media/video/saa7134/saa7134-dvb.c

> +#define CONFIG_DVB_MT352 1
> +#define CONFIG_DVB_TDA1004X 1

Looks band-aidly.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/