projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a70a6c4
)
[media] cx23885-cards: fix netup card default revision
author
Anton Nurkin
<ptqa@netup.ru>
Tue, 14 Aug 2012 04:35:44 +0000
(
01:35
-0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 15 Aug 2012 23:23:30 +0000
(20:23 -0300)
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>
drivers/media/pci/cx23885/cx23885-cards.c
patch
|
blob
|
history
diff --git
a/drivers/media/pci/cx23885/cx23885-cards.c
b/drivers/media/pci/cx23885/cx23885-cards.c
index d365e9a8efc4e1e4cb8570ae58baa107cf9ee3bf..d889bd2fe9cc8c18b4a0197e1644eef84f2c8755 100644
(file)
--- a/
drivers/media/pci/cx23885/cx23885-cards.c
+++ b/
drivers/media/pci/cx23885/cx23885-cards.c
@@
-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");