On Mon, Apr 06, 2015 at 06:01:52PM +0200, Sergio Serrano wrote:
>Hi members!
>
>In the hope that someone can help me, I has come to this mailing list after
>contacting David Hardeman (thank you!).
>He has already given me some clues. This is my scenario.
>
>I'm using a OMAP2 processor and capturing TSOP34836 (remote RC5 compatible)
>signals through GPIO+interrupt. I have created the /dev/lirc0 device , here
>comes my question: If possible I don't want to deal with LIRC and irrecord
>stuff. Is it possible? What will be the first steps?

Your next step would be a kernel driver that receives the GPIO
interrupts and feeds them into rc-core as "edge" events.

drivers/media/rc/gpio-ir-recv.c is probably what you want as a starting
point (though you'll need to find a way to feed it the right
parameters...)

Regards,
David

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

Reply via email to