linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 06/75] isicom: declare MODULE_FIRMWARE
@ 2009-11-07 21:43 Ben Hutchings
  2009-11-08 13:32 ` Jiri Slaby
  0 siblings, 1 reply; 2+ messages in thread
From: Ben Hutchings @ 2009-11-07 21:43 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Jiri Slaby, linux-kernel

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
 drivers/char/isicom.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/drivers/char/isicom.c b/drivers/char/isicom.c
index 426bfdd..1da1372 100644
--- a/drivers/char/isicom.c
+++ b/drivers/char/isicom.c
@@ -1782,3 +1782,8 @@ module_exit(isicom_exit);
 MODULE_AUTHOR("MultiTech");
 MODULE_DESCRIPTION("Driver for the ISI series of cards by MultiTech");
 MODULE_LICENSE("GPL");
+MODULE_FIRMWARE("isi608.bin");
+MODULE_FIRMWARE("isi608em.bin");
+MODULE_FIRMWARE("isi616em.bin");
+MODULE_FIRMWARE("isi4608.bin");
+MODULE_FIRMWARE("isi4616.bin");
-- 
1.6.5.2




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 06/75] isicom: declare MODULE_FIRMWARE
  2009-11-07 21:43 [PATCH 06/75] isicom: declare MODULE_FIRMWARE Ben Hutchings
@ 2009-11-08 13:32 ` Jiri Slaby
  0 siblings, 0 replies; 2+ messages in thread
From: Jiri Slaby @ 2009-11-08 13:32 UTC (permalink / raw)
  To: Ben Hutchings; +Cc: Greg Kroah-Hartman, linux-kernel

On 11/07/2009 10:43 PM, Ben Hutchings wrote:
> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>

Reviewed-by: Jiri Slaby <jirislaby@gmail.com>

> ---
>  drivers/char/isicom.c |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/char/isicom.c b/drivers/char/isicom.c
> index 426bfdd..1da1372 100644
> --- a/drivers/char/isicom.c
> +++ b/drivers/char/isicom.c
> @@ -1782,3 +1782,8 @@ module_exit(isicom_exit);
>  MODULE_AUTHOR("MultiTech");
>  MODULE_DESCRIPTION("Driver for the ISI series of cards by MultiTech");
>  MODULE_LICENSE("GPL");
> +MODULE_FIRMWARE("isi608.bin");
> +MODULE_FIRMWARE("isi608em.bin");
> +MODULE_FIRMWARE("isi616em.bin");
> +MODULE_FIRMWARE("isi4608.bin");
> +MODULE_FIRMWARE("isi4616.bin");


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-08 13:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-07 21:43 [PATCH 06/75] isicom: declare MODULE_FIRMWARE Ben Hutchings
2009-11-08 13:32 ` Jiri Slaby

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).