Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261593
b: refs/heads/master
c: 2d12421
h: refs/heads/master
i:
  261591: a4a7a59
v: v3
  • Loading branch information
Abylay Ospan authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent 954262f commit 4dd9a5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e66131cee501ee720b7b58a4b87073b8fbaaaba6
refs/heads/master: 2d12421dd39e39f9cacd9c7a58359c0f85823343
7 changes: 7 additions & 0 deletions trunk/drivers/media/video/cx23885/cx23885-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
#include "xc5000.h"
#include "cx23888-ir.h"

static unsigned int netup_card_rev = 1;
module_param(netup_card_rev, int, 0644);
MODULE_PARM_DESC(netup_card_rev,
"NetUP Dual DVB-T/C CI card revision");
static unsigned int enable_885_ir;
module_param(enable_885_ir, int, 0644);
MODULE_PARM_DESC(enable_885_ir,
Expand Down Expand Up @@ -1441,6 +1445,9 @@ void cx23885_card_setup(struct cx23885_dev *dev)
netup_initialize(dev);

netup_get_card_info(&dev->i2c_bus[0].i2c_adap, &cinfo);
if (netup_card_rev)
cinfo.rev = netup_card_rev;

switch (cinfo.rev) {
case 0x4:
filename = "dvb-netup-altera-04.fw";
Expand Down

0 comments on commit 4dd9a5d

Please sign in to comment.