Commit 6a60e3f6 authored by Antti Palosaari's avatar Antti Palosaari Committed by Mauro Carvalho Chehab

[media] ec168: declare MODULE_FIRMWARE

Signed-off-by: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 03f4efc3
...@@ -322,7 +322,7 @@ static struct dvb_usb_device_properties ec168_props = { ...@@ -322,7 +322,7 @@ static struct dvb_usb_device_properties ec168_props = {
.bInterfaceNumber = 1, .bInterfaceNumber = 1,
.identify_state = ec168_identify_state, .identify_state = ec168_identify_state,
.firmware = "dvb-usb-ec168.fw", .firmware = EC168_FIRMWARE,
.download_firmware = ec168_download_firmware, .download_firmware = ec168_download_firmware,
.i2c_algo = &ec168_i2c_algo, .i2c_algo = &ec168_i2c_algo,
...@@ -374,3 +374,4 @@ module_usb_driver(ec168_driver); ...@@ -374,3 +374,4 @@ module_usb_driver(ec168_driver);
MODULE_AUTHOR("Antti Palosaari <crope@iki.fi>"); MODULE_AUTHOR("Antti Palosaari <crope@iki.fi>");
MODULE_DESCRIPTION("E3C EC168 driver"); MODULE_DESCRIPTION("E3C EC168 driver");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_FIRMWARE(EC168_FIRMWARE);
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include "dvb_usb.h" #include "dvb_usb.h"
#define EC168_USB_TIMEOUT 1000 #define EC168_USB_TIMEOUT 1000
#define EC168_FIRMWARE "dvb-usb-ec168.fw"
struct ec168_req { struct ec168_req {
u8 cmd; /* [1] */ u8 cmd; /* [1] */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment