diff mbox

Fix cx88 remote control input

Message ID 4DC20A86.7010509@redhat.com (mailing list archive)
State Accepted
Headers show

Commit Message

Mauro Carvalho Chehab May 5, 2011, 2:25 a.m. 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 <lvr@softsystem.dot.uk>

Fixes the RC key input for Nova-S plus, HVR1100, HVR3000 and HVR4000 in 
the 2.6.38 kernel.

Signed-off-by: Lawrence Rust <lvr@softsystem.dot.uk>
Acked-by: Jarod Wilson <jarod@wilsonet.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>



--
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

Comments

Greg KH May 5, 2011, 8:35 p.m. UTC | #1
On Wed, May 04, 2011 at 11:25:10PM -0300, Mauro Carvalho Chehab wrote:
> 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.

Now queued up.

thanks,

greg k-h
--
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 mbox

Patch

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: