* ir rremote support for TeVii S471
@ 2012-11-12 9:04 Joakim Hernberg
2012-11-12 12:39 ` Andy Walls
0 siblings, 1 reply; 2+ messages in thread
From: Joakim Hernberg @ 2012-11-12 9:04 UTC (permalink / raw)
To: linux-media
Hello,
First of all, thanks a lot for adding the S471 support to the kernel.
It appears to work very well on 3.6 which is what I'm running.
I am trying to get the included ir remote working. Tried the
enable_885_ir=1 module parameter (for cx23885) to no effect.
Any ideas?
--
Joakim
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: ir rremote support for TeVii S471
2012-11-12 9:04 ir rremote support for TeVii S471 Joakim Hernberg
@ 2012-11-12 12:39 ` Andy Walls
0 siblings, 0 replies; 2+ messages in thread
From: Andy Walls @ 2012-11-12 12:39 UTC (permalink / raw)
To: Joakim Hernberg; +Cc: linux-media
On Mon, 2012-11-12 at 10:04 +0100, Joakim Hernberg wrote:
> Hello,
>
> First of all, thanks a lot for adding the S471 support to the kernel.
> It appears to work very well on 3.6 which is what I'm running.
>
> I am trying to get the included ir remote working. Tried the
> enable_885_ir=1 module parameter (for cx23885) to no effect.
>
> Any ideas?
You need to patch the cx23885 driver to teach it about the remote.
Here's a recent example of how to do this:
http://www.spinics.net/lists/linux-media/msg56151.html
http://www.spinics.net/lists/linux-media/msg56152.html
http://www.spinics.net/lists/linux-media/msg56153.html
You can probably just use the RC_MAP_TEVII_NEC remote controller map and
not have to define a new one.
If the TeVii S471 has a CX23885 chip, just patch the driver similar to
what is already done for the TeVii S470 (load the cx25840 driver and use
the AV_CORE interrupt).
If the TeVii S471 uses a CX23888 chip, do something simlar for what is
done for the HVR-1270 (load the cx25840 driver and use the IR
interrupt), but still use setup paramaters that match the S470's NEC
remote.
Be warned: I never was able to get the CX23885 on the S470 to stop
producing an interrupt storm. Blacklist the cx23885 module after you
have made you patches and load it manually, in case the same problem
happens with the S471.
-Andy
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-12 12:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-12 9:04 ir rremote support for TeVii S471 Joakim Hernberg
2012-11-12 12:39 ` Andy Walls
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox