diff options
| author | Patrick Boettcher <[email protected]> | 2012-01-17 08:41:20 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2012-01-17 22:58:53 -0200 |
| commit | 68dc8bc5806a583b547c9543c4a864ec93b423dc (patch) | |
| tree | 723442dd6361ee4e86e70dcec302b3425e7b808a | |
| parent | bad321f1bb8f45adc348a3913632387891dd6ac6 (diff) | |
[media] : add MODULE_FIRMWARE to dib0700
The dib0700 needs a binary firmware file. This patch added the MODULE_FIRMWARE-macro.
Signed-off-by: Christoph Anton Mitterer <[email protected]>
Signed-off-by: Patrick Boettcher <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
| -rw-r--r-- | drivers/media/dvb/dvb-usb/dib0700_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/dib0700_core.c b/drivers/media/dvb/dvb-usb/dib0700_core.c index 156cbfc9c79d..2d259ca34b05 100644 --- a/drivers/media/dvb/dvb-usb/dib0700_core.c +++ b/drivers/media/dvb/dvb-usb/dib0700_core.c @@ -854,6 +854,7 @@ static void __exit dib0700_module_exit(void) module_init (dib0700_module_init); module_exit (dib0700_module_exit); +MODULE_FIRMWARE("dvb-usb-dib0700-1.20.fw"); MODULE_AUTHOR("Patrick Boettcher <[email protected]>"); MODULE_DESCRIPTION("Driver for devices based on DiBcom DiB0700 - USB bridge"); MODULE_VERSION("1.0"); |