mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-05 10:04:12 +08:00
[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>
This commit is contained in:
parent
a70a6c4330
commit
893430558e
@ -36,7 +36,7 @@
|
|||||||
#include "xc5000.h"
|
#include "xc5000.h"
|
||||||
#include "cx23888-ir.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_param(netup_card_rev, int, 0644);
|
||||||
MODULE_PARM_DESC(netup_card_rev,
|
MODULE_PARM_DESC(netup_card_rev,
|
||||||
"NetUP Dual DVB-T/C CI card revision");
|
"NetUP Dual DVB-T/C CI card revision");
|
||||||
|
Loading…
Reference in New Issue
Block a user