All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ben Hutchings <ben@decadent.org.uk>
To: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: linux-media <linux-media@vger.kernel.org>
Subject: [PATCH 24/75] smsmdtv/smsusb: declare MODULE_FIRMWARE
Date: Sat, 07 Nov 2009 21:50:44 +0000	[thread overview]
Message-ID: <1257630644.15927.417.camel@localhost> (raw)

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
 drivers/media/dvb/siano/sms-cards.c  |    4 ++++
 drivers/media/dvb/siano/smscoreapi.c |    7 +++++++
 drivers/media/dvb/siano/smsusb.c     |    4 ++++
 3 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/drivers/media/dvb/siano/sms-cards.c b/drivers/media/dvb/siano/sms-cards.c
index e216389..9c425d7 100644
--- a/drivers/media/dvb/siano/sms-cards.c
+++ b/drivers/media/dvb/siano/sms-cards.c
@@ -96,6 +96,10 @@ static struct sms_board sms_boards[] = {
 		.type = SMS_VEGA,
 	},
 };
+MODULE_FIRMWARE("sms1xxx-stellar-dvbt-01.fw");
+MODULE_FIRMWARE("sms1xxx-nova-a-dvbt-01.fw");
+MODULE_FIRMWARE("sms1xxx-nova-b-dvbt-01.fw");
+MODULE_FIRMWARE("sms1xxx-hcw-55xxx-dvbt-02.fw");
 
 struct sms_board *sms_get_board(int id)
 {
diff --git a/drivers/media/dvb/siano/smscoreapi.c b/drivers/media/dvb/siano/smscoreapi.c
index ca758bc..c613f0d 100644
--- a/drivers/media/dvb/siano/smscoreapi.c
+++ b/drivers/media/dvb/siano/smscoreapi.c
@@ -790,6 +790,13 @@ static char *smscore_fw_lkup[][SMS_NUM_OF_DEVICE_TYPES] = {
 	/*CMMB*/
 	{"none", "none", "none", "cmmb_vega_12mhz.inp"}
 };
+MODULE_FIRMWARE("dvb_nova_12mhz.inp");
+MODULE_FIRMWARE("dvb_nova_12mhz_b0.inp");
+MODULE_FIRMWARE("tdmb_nova_12mhz.inp");
+MODULE_FIRMWARE("tdmb_nova_12mhz_b0.inp");
+MODULE_FIRMWARE("isdbt_nova_12mhz.inp");
+MODULE_FIRMWARE("isdbt_nova_12mhz_b0.inp");
+MODULE_FIRMWARE("cmmb_vega_12mhz.inp");
 
 static inline char *sms_get_fw_name(struct smscore_device_t *coredev,
 				    int mode, enum sms_device_type_st type)
diff --git a/drivers/media/dvb/siano/smsusb.c b/drivers/media/dvb/siano/smsusb.c
index 8f88a58..a97bf96 100644
--- a/drivers/media/dvb/siano/smsusb.c
+++ b/drivers/media/dvb/siano/smsusb.c
@@ -193,6 +193,10 @@ static char *smsusb1_fw_lkup[] = {
 	"none",
 	"dvbt_bda_stellar_usb.inp",
 };
+MODULE_FIRMWARE("dvbt_stellar_usb.inp");
+MODULE_FIRMWARE("dvbh_stellar_usb.inp");
+MODULE_FIRMWARE("tdmb_stellar_usb.inp");
+MODULE_FIRMWARE("dvbt_bda_stellar_usb.inp");
 
 static inline char *sms_get_fw_name(int mode, int board_id)
 {
-- 
1.6.5.2




                 reply	other threads:[~2009-11-07 21:50 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=1257630644.15927.417.camel@localhost \
    --to=ben@decadent.org.uk \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@infradead.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.