From: Chris Wright Date: Tue, 21 Mar 2006 17:29:12 +0000 (-0800) Subject: v4l/dvb Kconfig fix, fwd from Michael Krufky X-Git-Tag: v2.6.16.1~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1426a31c2638d96a36f816585318474f587505ee;p=thirdparty%2Fkernel%2Fstable-queue.git v4l/dvb Kconfig fix, fwd from Michael Krufky --- diff --git a/queue/kconfig-video_decoder-must-select-fw_loader.patch b/queue/kconfig-video_decoder-must-select-fw_loader.patch new file mode 100644 index 00000000000..9fcef9033ed --- /dev/null +++ b/queue/kconfig-video_decoder-must-select-fw_loader.patch @@ -0,0 +1,30 @@ +From stable-bounces@linux.kernel.org Mon Mar 20 19:35:28 2006 +Date: Mon, 20 Mar 2006 22:34:58 -0500 +From: Michael Krufky +To: stable@kernel.org +Cc: v4l-dvb maintainer list , lkml , Mauro Carvalho Chehab +Subject: [PATCH] Kconfig: VIDEO_DECODER must select FW_LOADER + +From: Michael Krufky + +The cx25840 module requires external firmware in order to function, +so it must select FW_LOADER, but saa7115 and saa7129 do not require it. + +Signed-off-by: Michael Krufky +Cc: Mauro Carvalho Chehab +Signed-off-by: Chris Wright +--- + + drivers/media/video/Kconfig | 1 + + 1 files changed, 1 insertion(+) + +--- linux-2.6.15.6.orig/drivers/media/video/Kconfig ++++ linux-2.6.15.6/drivers/media/video/Kconfig +@@ -340,6 +340,7 @@ config VIDEO_AUDIO_DECODER + config VIDEO_DECODER + tristate "Add support for additional video chipsets" + depends on VIDEO_DEV && I2C && EXPERIMENTAL ++ select FW_LOADER + ---help--- + Say Y here to compile drivers for SAA7115, SAA7127 and CX25840 + video decoders. diff --git a/queue/series b/queue/series index 9d688db1d58..a665635570c 100644 --- a/queue/series +++ b/queue/series @@ -2,3 +2,4 @@ ib-srp-don-t-send-task-management-commands-after-target-removal.patch netfilter-ip_queue-fix-wrong-skb-len-nlmsg_len-assumption.patch compat-ifconf-fix-limits.patch cramfs-mounts-provide-corrupted-content-since-2.6.15.patch +kconfig-video_decoder-must-select-fw_loader.patch