From patchwork Tue Aug 14 05:35:44 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anton Nurkin X-Patchwork-Id: 1318221 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 601E63FC81 for ; Tue, 14 Aug 2012 05:43:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753730Ab2HNFnF (ORCPT ); Tue, 14 Aug 2012 01:43:05 -0400 Received: from imap.netup.ru ([77.72.80.15]:37041 "EHLO imap.netup.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753815Ab2HNFnE (ORCPT ); Tue, 14 Aug 2012 01:43:04 -0400 X-Greylist: delayed 458 seconds by postgrey-1.27 at vger.kernel.org; Tue, 14 Aug 2012 01:43:04 EDT Received: from [10.1.4.171] (team.netup.ru [77.72.80.1]) by imap.netup.ru (Postfix) with ESMTP id AF663640D69; Tue, 14 Aug 2012 09:35:21 +0400 (MSK) Message-ID: <5029E3B0.3000304@netup.ru> Date: Tue, 14 Aug 2012 09:35:44 +0400 From: Anton Nurkin Organization: netup.tv User-Agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120412 Thunderbird/11.0.1 MIME-Version: 1.0 To: mchehab@redhat.com, linux-media@vger.kernel.org CC: =?UTF-8?B?0JDQu9C10LrRgdC10Lkg0JHRg9GC0LrQtdC10LI=?= , Abylay Ospan Subject: [PATCH] cx23885-cards: fix netup card revision Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org 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 --- 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");