Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331059
b: refs/heads/master
c: 6a60e3f
h: refs/heads/master
i:
  331057: e732cf2
  331055: 2e7307c
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Sep 23, 2012
1 parent b47364a commit 2602714
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 03f4efc34f535505e82079162816ff15ba7003bc
refs/heads/master: 6a60e3f653a76bd0771216b3225b82861fa8dfd1
3 changes: 2 additions & 1 deletion trunk/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 trunk/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 2602714

Please sign in to comment.