Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331057
b: refs/heads/master
c: bab9b4f
h: refs/heads/master
i:
  331055: 2e7307c
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Sep 23, 2012
1 parent e08c613 commit e732cf2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a71103a6adc10d7003a09ecf1de5532967d6bee8
refs/heads/master: bab9b4fe089668ecab98547bec7e3d77e01ad206
3 changes: 2 additions & 1 deletion trunk/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 trunk/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 e732cf2

Please sign in to comment.