Message ID | 4DC20A86.7010509@redhat.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
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 --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: