From: Michal Feix <michal@feix.cz>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] FW_LOADER required in Kconfig for certain DVB frontend modules
Date: Sat, 25 Dec 2004 18:01:52 +0100 [thread overview]
Message-ID: <41CD9D00.4090505@feix.cz> (raw)
[-- Attachment #1: Type: text/plain, Size: 391 bytes --]
I would have sent this to DVB maintener, if linuxtv.org wasn't down for the
whole day and their SMTP wouldn't reject all emails for linuxtv.org domain. :((
Due to a change between 2.6.9 and 2.6.10 in certain DVB frontend modules,
it is now required to have "Hotplug firmware loading support" selected in
Kernel configuration (FW_LOADER in .config file).
--
Michal Feix
michal@feix.cz
[-- Attachment #2: dvb-fwloader.patch --]
[-- Type: text/plain, Size: 813 bytes --]
diff -ur a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig
--- a/drivers/media/dvb/frontends/Kconfig Sat Dec 25 12:16:31 2004
+++ b/drivers/media/dvb/frontends/Kconfig Sat Dec 25 14:12:36 2004
@@ -46,6 +46,7 @@
config DVB_SP8870
tristate "Spase sp8870 based"
depends on DVB_CORE
+ select FW_LOADER
help
A DVB-T tuner module. Say Y when you want to support this frontend.
@@ -56,6 +57,7 @@
config DVB_SP887X
tristate "Spase sp887x based"
depends on DVB_CORE
+ select FW_LOADER
help
A DVB-T tuner module. Say Y when you want to support this frontend.
@@ -84,6 +86,7 @@
config DVB_TDA1004X
tristate "Philips TDA10045H/TDA10046H based"
depends on DVB_CORE
+ select FW_LOADER
help
A DVB-T tuner module. Say Y when you want to support this frontend.
reply other threads:[~2004-12-25 17:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=41CD9D00.4090505@feix.cz \
--to=michal@feix.cz \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.