Share

Linux Infrared Remote Control

Code

Programming Languages: C

License: GNU General Public License (GPL)

Repositories

browse code, statistics, last commit on 2009-03-15 cvs -d:pserver:anonymous@lirc.cvs.sourceforge.net:/cvsroot/lirc login

cvs -z3 -d:pserver:anonymous@lirc.cvs.sourceforge.net:/cvsroot/lirc co -P modulename

Show:

What's happening?

  • Comment: lircrcd uses incorrect type for accept()

    Fixed.

    2009-11-09 19:13:41 UTC by lirc

  • Comment: NULL dereference

    Patch adapted and applied. Thanks. Christoph.

    2009-11-09 19:00:01 UTC by lirc

  • Comment: lirc drivers dont build out of tree

    Please explain your build setup. The makefile has been working fine for a long time. Christoph.

    2009-11-09 18:32:19 UTC by lirc

  • Linux Infrared Remote Control

    lirc added sverkerw to the Linux Infrared Remote Control project.

    2009-11-09 18:14:11 UTC by lirc

  • NULL dereference

    When rmmod lirc_igorplug, or when re-setting the USB bus, I get this: Oct 31 16:02:11 rk lircd-0.8.6[3237]: error reading from /dev/lirc0 Oct 31 16:02:11 rk lircd-0.8.6[3237]: No such device Oct 31 16:02:11 rk kernel: [ 844.650840] lirc_igorplugusb[2]: usb remote disconnected Oct 31 16:02:11 rk kernel: [ 844.651569] BUG: unable to handle kernel NULL pointer dereference at 00000018 Oct...

    2009-10-31 17:03:47 UTC by tadu

  • lirc drivers dont build out of tree

    building lirc drivers out of tree fail because of incorrect usage of top_srcdir in drivers/Makefile.common - -I$(LIRC_DEVDIR)/$(top_srcdir) -I$(LIRC_DEVDIR)/$(top_builddir) \ + -I$(top_srcdir) -I$(LIRC_DEVDIR)/$(top_builddir) \ otherwise header files arent found.

    2009-10-30 04:45:08 UTC by nobody

  • lircrcd uses incorrect type for accept()

    the last arg of accept() is a pointer to a socklen_t, not an int --- tools/lircrcd.c 6 May 2006 09:40:07 -0000 5.3 +++ tools/lircrcd.c 30 Oct 2009 04:41:35 -0000 @@ -313,7 +311,7 @@ static void remove_client(int i) void add_client(int sock) { int fd; - int clilen; + socklen_t clilen; struct sockaddr client_addr; int flags;.

    2009-10-30 04:43:13 UTC by nobody

  • Comment: LIRC receives always different codes from remote

    This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker).

    2009-09-28 02:20:39 UTC by sf-robot

  • Dell Studio 17 IR IT8512 CIR Receiver support

    Hi, I'm trying to get the Dell IT8512 CIR Receiver to work under Ubuntu 9.04 with Lirc 0.8.4a but I have no luck. Is this receiver supported at all? If so, how can I get it to work under Ubuntu 9.04. If it's not supported, what can be done the get it to work? Mondane.

    2009-09-22 22:28:56 UTC by mondane

  • Comment: LIRC receives always different codes from remote

    For the Tekram Irmate 210: I don't recommend using it. Range is limited. If you still want to try it, use irrecord --force. And read http://www.lirc.org/html/help.html#new_remote The Igor receiver should work better, but you didn't post mode2 output for it. Christoph.

    2009-09-19 07:01:00 UTC by lirc

Our Numbers