Skip to content

Commit

Permalink
[media] cx23885-cards: fix netup card default revision
Browse files Browse the repository at this point in the history
Netup cards revision 1 are not manufactured anymore.
So, rev. 4 should be default.

Signed-off-by: Anton Nurkin <ptqa@netup.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Anton Nurkin authored and Mauro Carvalho Chehab committed Aug 15, 2012
1 parent a70a6c4 commit 8934305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/pci/cx23885/cx23885-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include "xc5000.h"
#include "cx23888-ir.h"

static unsigned int netup_card_rev = 1;
static unsigned int netup_card_rev = 4;
module_param(netup_card_rev, int, 0644);
MODULE_PARM_DESC(netup_card_rev,
"NetUP Dual DVB-T/C CI card revision");
Expand Down

0 comments on commit 8934305

Please sign in to comment.