From patchwork Thu May 5 21:08:39 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Greg Kroah-Hartman X-Patchwork-Id: 758262 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.3) with ESMTP id p45L9wBs015726 for ; Thu, 5 May 2011 21:09:58 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753762Ab1EEVJ4 (ORCPT ); Thu, 5 May 2011 17:09:56 -0400 Received: from kroah.org ([198.145.64.141]:38839 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752904Ab1EEVJ4 (ORCPT ); Thu, 5 May 2011 17:09:56 -0400 Received: from localhost (c-76-121-69-168.hsd1.wa.comcast.net [76.121.69.168]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by coco.kroah.org (Postfix) with ESMTPSA id 91C0D48841; Thu, 5 May 2011 14:09:55 -0700 (PDT) Subject: Patch "[media] cx88: Fix HVR4000 IR keymap" has been added to the 2.6.38-stable tree To: lvr@softsystem.dot.uk, greg@kroah.com, jarod@wilsonet.com, lawrence@softsystem.co.uk, linux-media@vger.kernel.org, mchehab@redhat.com Cc: , From: Date: Thu, 05 May 2011 14:08:39 -0700 In-Reply-To: <4DC20A86.7010509@redhat.com> Message-ID: <1304629719470@kroah.org> MIME-Version: 1.0 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 (demeter2.kernel.org [140.211.167.43]); Thu, 05 May 2011 21:09:58 +0000 (UTC) This is a note to let you know that I've just added the patch titled [media] cx88: Fix HVR4000 IR keymap to the 2.6.38-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: cx88-fix-hvr4000-ir-keymap.patch and it can be found in the queue-2.6.38 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let know about it. From mchehab@redhat.com Thu May 5 13:34:25 2011 From: Lawrence Rust Date: Wed, 04 May 2011 23:25:10 -0300 Subject: [media] cx88: Fix HVR4000 IR keymap To: Greg KH Cc: Jarod Wilson , Lawrence Rust , Linux Media Mailing List Message-ID: <4DC20A86.7010509@redhat.com> From: Lawrence Rust [fixed in .39 in a much different way that is too big to backport to .38 - gregkh] 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 --- drivers/media/video/cx88/cx88-input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Patches currently in stable-queue which might be from lvr@softsystem.dot.uk are queue-2.6.38/cx88-fix-hvr4000-ir-keymap.patch -- 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 --- 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, 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: