public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 11/11] dabusb: declare MODULE_FIRMWARE
@ 2010-01-13 23:43 Ben Hutchings
  0 siblings, 0 replies; only message in thread
From: Ben Hutchings @ 2010-01-13 23:43 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-media

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
Mauro,

You nacked my previous patches for media because they would result in
many false dependencies.  However, I think this driver at least will
always depend on the same files.

Ben.

 drivers/media/video/dabusb.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/media/video/dabusb.c b/drivers/media/video/dabusb.c
index ee43876..9b413a3 100644
--- a/drivers/media/video/dabusb.c
+++ b/drivers/media/video/dabusb.c
@@ -913,6 +913,8 @@ static void __exit dabusb_cleanup (void)
 MODULE_AUTHOR( DRIVER_AUTHOR );
 MODULE_DESCRIPTION( DRIVER_DESC );
 MODULE_LICENSE("GPL");
+MODULE_FIRMWARE("dabusb/firmware.fw");
+MODULE_FIRMWARE("dabusb/bitstream.bin");
 
 module_param(buffers, int, 0);
 MODULE_PARM_DESC (buffers, "Number of buffers (default=256)");
-- 
1.6.5.7



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

only message in thread, other threads:[~2010-01-13 23:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-13 23:43 [PATCH 11/11] dabusb: 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