aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx23885/cx23885-cards.c
diff options
context:
space:
mode:
authorAnton Nurkin <ptqa@netup.ru>2012-08-14 00:35:44 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-15 19:23:30 -0400
commit893430558e5bf116179915de2d3d119ad25c01cf (patch)
treeec139e18cffc7cf389b62e304fbdf33f6f3ddf0f /drivers/media/pci/cx23885/cx23885-cards.c
parenta70a6c4330e552b829eb1aecb390fef5841e0918 (diff)
[media] cx23885-cards: fix netup card default revision
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>
Diffstat (limited to 'drivers/media/pci/cx23885/cx23885-cards.c')
-rw-r--r--drivers/media/pci/cx23885/cx23885-cards.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/cx23885/cx23885-cards.c b/drivers/media/pci/cx23885/cx23885-cards.c
index d365e9a8efc4..d889bd2fe9cc 100644
--- a/drivers/media/pci/cx23885/cx23885-cards.c
+++ b/drivers/media/pci/cx23885/cx23885-cards.c
@@ -36,7 +36,7 @@
36#include "xc5000.h" 36#include "xc5000.h"
37#include "cx23888-ir.h" 37#include "cx23888-ir.h"
38 38
39static unsigned int netup_card_rev = 1; 39static unsigned int netup_card_rev = 4;
40module_param(netup_card_rev, int, 0644); 40module_param(netup_card_rev, int, 0644);
41MODULE_PARM_DESC(netup_card_rev, 41MODULE_PARM_DESC(netup_card_rev,
42 "NetUP Dual DVB-T/C CI card revision"); 42 "NetUP Dual DVB-T/C CI card revision");