public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 31/75] cx25840: declare MODULE_FIRMWARE
@ 2009-11-07 21:51 Ben Hutchings
  0 siblings, 0 replies; only message in thread
From: Ben Hutchings @ 2009-11-07 21:51 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-media

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
 drivers/media/video/cx25840/cx25840-firmware.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/media/video/cx25840/cx25840-firmware.c b/drivers/media/video/cx25840/cx25840-firmware.c
index 8150200..6dd9253 100644
--- a/drivers/media/video/cx25840/cx25840-firmware.c
+++ b/drivers/media/video/cx25840/cx25840-firmware.c
@@ -73,6 +73,9 @@ static const char *get_fw_name(struct i2c_client *client)
 		return "v4l-cx231xx-avcore-01.fw";
 	return "v4l-cx25840.fw";
 }
+MODULE_FIRMWARE("v4l-cx23885-avcore-01.fw");
+MODULE_FIRMWARE("v4l-cx231xx-avcore-01.fw");
+MODULE_FIRMWARE("v4l-cx25840.fw");
 
 static int check_fw_load(struct i2c_client *client, int size)
 {
-- 
1.6.5.2




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-07 21:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-07 21:51 [PATCH 31/75] cx25840: declare MODULE_FIRMWARE Ben Hutchings

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox