Skip to content

Commit

Permalink
[media] af9015: 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 a71103a commit bab9b4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/media/usb/dvb-usb-v2/af9015.c
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@ static struct dvb_usb_device_properties af9015_props = {
.generic_bulk_ctrl_endpoint_response = 0x81,

.identify_state = af9015_identify_state,
.firmware = "dvb-usb-af9015.fw",
.firmware = AF9015_FIRMWARE,
.download_firmware = af9015_download_firmware,

.i2c_algo = &af9015_i2c_algo,
Expand Down Expand Up @@ -1433,3 +1433,4 @@ module_usb_driver(af9015_usb_driver);
MODULE_AUTHOR("Antti Palosaari <crope@iki.fi>");
MODULE_DESCRIPTION("Afatech AF9015 driver");
MODULE_LICENSE("GPL");
MODULE_FIRMWARE(AF9015_FIRMWARE);
2 changes: 2 additions & 0 deletions drivers/media/usb/dvb-usb-v2/af9015.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
#define warn(format, arg...) \
printk(KERN_WARNING DVB_USB_LOG_PREFIX ": " format "\n" , ## arg)

#define AF9015_FIRMWARE "dvb-usb-af9015.fw"

/* Windows driver uses packet count 21 for USB1.1 and 348 for USB2.0.
We use smaller - about 1/4 from the original, 5 and 87. */
#define TS_PACKET_SIZE 188
Expand Down

0 comments on commit bab9b4f

Please sign in to comment.