From patchwork Thu May 5 02:25:10 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 755792 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p452PMYK029904 for ; Thu, 5 May 2011 02:25:22 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752657Ab1EECZS (ORCPT ); Wed, 4 May 2011 22:25:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57475 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752449Ab1EECZS (ORCPT ); Wed, 4 May 2011 22:25:18 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p452PDgl026301 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 4 May 2011 22:25:13 -0400 Received: from [10.3.236.82] (vpn-236-82.phx2.redhat.com [10.3.236.82]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p452PAWF009547; Wed, 4 May 2011 22:25:11 -0400 Message-ID: <4DC20A86.7010509@redhat.com> Date: Wed, 04 May 2011 23:25:10 -0300 From: Mauro Carvalho Chehab User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Red Hat/3.1.7-3.el6_0 Thunderbird/3.1.7 MIME-Version: 1.0 To: Greg KH CC: Jarod Wilson , Lawrence Rust , Linux Media Mailing List Subject: Re: [PATCH] Fix cx88 remote control input References: <1302267045.1749.38.camel@gagarin> <4DBEFD02.70906@redhat.com> <1304407514.1739.22.camel@gagarin> <4DC1B41D.9090200@redhat.com> <20110504203613.GA1091@kroah.com> In-Reply-To: <20110504203613.GA1091@kroah.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Thu, 05 May 2011 02:25:23 +0000 (UTC) Em 04-05-2011 17:36, Greg KH escreveu: > Yes, as long as .39 is working properly. We take patches in -stable for > stuff like this at times, it just needs to be specified exactly like you > did above. OK. > Want me to take this patch as-is for .38-stable? Yes, please. I'm forwarding you bellow with the proper authorship/SOB/ack. This patch fixes RC for 64 bits kernels. The extra fix for 32 bits kernels, (solves a calculus overflow), were sent today to -next. I generally wait for a couple days before asking Linus to pull from it. - Subject: [media] cx88: Fix HVR4000 IR keymap From: Lawrence Rust Fixes the RC key input for Nova-S plus, HVR1100, HVR3000 and HVR4000 in the 2.6.38 kernel. Signed-off-by: Lawrence Rust Acked-by: Jarod Wilson Signed-off-by: Mauro Carvalho Chehab --- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/media/video/cx88/cx88-input.c b/drivers/media/video/cx88/cx88-input.c index 06f7d1d..67a2b08 100644 --- a/drivers/media/video/cx88/cx88-input.c +++ b/drivers/media/video/cx88/cx88-input.c @@ -283,7 +283,7 @@ int cx88_ir_init(struct cx88_core *core, struct pci_dev *pci) case CX88_BOARD_PCHDTV_HD3000: case CX88_BOARD_PCHDTV_HD5500: case CX88_BOARD_HAUPPAUGE_IRONLY: - ir_codes = RC_MAP_HAUPPAUGE_NEW; + ir_codes = RC_MAP_RC5_HAUPPAUGE_NEW; ir->sampling = 1; break; case CX88_BOARD_WINFAST_DTV2000H: