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 <sta...@kernel.org> know about it. >From mche...@redhat.com Thu May 5 13:34:25 2011 From: Lawrence Rust <l...@softsystem.dot.uk> Date: Wed, 04 May 2011 23:25:10 -0300 Subject: [media] cx88: Fix HVR4000 IR keymap To: Greg KH <g...@kroah.com> Cc: Jarod Wilson <ja...@wilsonet.com>, Lawrence Rust <lawre...@softsystem.co.uk>, Linux Media Mailing List <linux-media@vger.kernel.org> Message-ID: <4dc20a86.7010...@redhat.com> From: Lawrence Rust <l...@softsystem.dot.uk> [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 <l...@softsystem.dot.uk> Acked-by: Jarod Wilson <ja...@wilsonet.com> Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com> --- drivers/media/video/cx88/cx88-input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 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: Patches currently in stable-queue which might be from l...@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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html