All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cx23885-cards: fix netup card revision
@ 2012-08-14  5:35 Anton Nurkin
  0 siblings, 0 replies; only message in thread
From: Anton Nurkin @ 2012-08-14  5:35 UTC (permalink / raw)
  To: mchehab, linux-media
  Cc: Алексей Буткеев,
	Abylay Ospan

Hello, Mauro. Can you check our patch? Netup cards revision 1 are not 
manufactured anymore, rev. 4 should be default.

Signed-off-by: Anton Nurkin <ptqa@netup.ru>

---

  drivers/media/video/cx23885/cx23885-cards.c |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/cx23885/cx23885-cards.c 
b/drivers/media/video/cx23885/cx23885-cards.c
index d365e9a..d889bd2 100644
--- a/drivers/media/video/cx23885/cx23885-cards.c
+++ b/drivers/media/video/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");


-- 
http://www.netup.ru
+7 (495) 510-1025 доб.1
IP: 77.72.80.1
Moscow, GMT+4
-- Anton Nurkin --


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-14  5:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-14  5:35 [PATCH] cx23885-cards: fix netup card revision Anton Nurkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.