summaryrefslogtreecommitdiff
path: root/lirc.c
AgeCommit message (Expand)Author
2020-09-16Fixed several typosKlaus Schmidinger
2017-05-30Fixed generating k_Release key events for LIRC remote controlsKlaus Schmidinger
2013-10-29The LIRC remote control now connects to the socket even if it doesn't yet exi...Klaus Schmidinger
2013-08-22Fixed handling LIRC events in case repeated events are lostKlaus Schmidinger
2013-02-11Fixed an unexpected k_Repeat key event after a k_Release in lirc.cKlaus Schmidinger
2013-02-03New options 'Setup/Miscellaneous/Remote control repeat delay' and 'Setup/Misc...Klaus Schmidinger
2013-01-31Improved LIRC timing for repeat function (cont'd)Klaus Schmidinger
2013-01-30Improved LIRC timing for repeat functionKlaus Schmidinger
2011-03-08Removed checking for minimum line length of 21 characters in the LIRC receive...Klaus Schmidinger
2006-05-28Improved the repeat function for LIRC remote controlsKlaus Schmidinger
2006-01-27Now trying to reestablish the connection to the LIRC daemon in case it breaksKlaus Schmidinger
2005-09-02Made LIRC command parsing more robustKlaus Schmidinger
2005-08-15Some missed places where cThread::Running() should be usedKlaus Schmidinger
2005-07-31Added the command line options '--lirc', '--rcu' and '--no-kbd'Klaus Schmidinger
2005-01-14Fixed canceling the LIRC threadKlaus Schmidinger
2004-12-19Replaced time_ms() with a threadsafe and non-overflowing cTimeMsKlaus Schmidinger
2004-12-18Removed the LOCK_THREAD from the LIRC threadKlaus Schmidinger
2003-10-18The cThread class now accepts a 'Description' parameterKlaus Schmidinger
2003-04-27Skipping keys that come in too fast from LIRCKlaus Schmidinger
2003-04-25Fixed detecting broken connection to the LIRC daemonKlaus Schmidinger
2003-04-12The LIRC and RCU remote control no longer try to learn keys in case of errors...Klaus Schmidinger
2003-04-06Fixed handling repeat function with LIRCKlaus Schmidinger
2003-04-06Avoiding high CPU load in case the connection to LIRC gets lostKlaus Schmidinger
2002-09-29Made remote controls plugin awareKlaus Schmidinger