Skip to content

Commit

Permalink
[media] ec168: declare MODULE_FIRMWARE
Browse files Browse the repository at this point in the history
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Sep 23, 2012
1 parent 03f4efc commit 6a60e3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/media/usb/dvb-usb-v2/ec168.c
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ static struct dvb_usb_device_properties ec168_props = {
.bInterfaceNumber = 1,

.identify_state = ec168_identify_state,
.firmware = "dvb-usb-ec168.fw",
.firmware = EC168_FIRMWARE,
.download_firmware = ec168_download_firmware,

.i2c_algo = &ec168_i2c_algo,
Expand Down Expand Up @@ -374,3 +374,4 @@ module_usb_driver(ec168_driver);
MODULE_AUTHOR("Antti Palosaari <crope@iki.fi>");
MODULE_DESCRIPTION("E3C EC168 driver");
MODULE_LICENSE("GPL");
MODULE_FIRMWARE(EC168_FIRMWARE);
1 change: 1 addition & 0 deletions drivers/media/usb/dvb-usb-v2/ec168.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include "dvb_usb.h"

#define EC168_USB_TIMEOUT 1000
#define EC168_FIRMWARE "dvb-usb-ec168.fw"

struct ec168_req {
u8 cmd; /* [1] */
Expand Down

0 comments on commit 6a60e3f

Please sign in to comment.