View Single Post
dchky's Avatar
Posts: 549 | Thanked: 299 times | Joined on Jun 2010 @ Australian in the Philippines
#15
Originally Posted by DOgi View Post
As I read here, lirc driver for n900 is recieving signals:
http://hg.natisbad.org/N900/n900-ups...-support.patch
Anyway I don't know how to apply that patch...
That particular patch just enables the IR option in the kernel, as well some driver (lirc) stuff for the transmitter, nothing RX51 specific about any receive sensor at all unfortunately.

You shouldn't need to do anything to make this work, the module should already be present (modprobe -l | awk /lirc/ ...if you see lirc_rx51.ko you're good)

The modinfo stuff:

+MODULE_DESCRIPTION("LIRC TX driver for Nokia RX51");
+MODULE_AUTHOR("Nokia Corporation");

Last edited by dchky; 2010-12-07 at 12:32.