index
:
vdr
master
stable/1.0
stable/1.2
stable/1.4
stable/1.6
stable/2.0
stable/2.2
stable/2.4
stable/2.6
VDR
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lirc.c
Age
Commit message (
Collapse
)
Author
2013-10-29
The LIRC remote control now connects to the socket even if it doesn't yet ↵
Klaus Schmidinger
exist whe VDR is started
2013-08-22
Fixed handling LIRC events in case repeated events are lost
Klaus Schmidinger
2013-02-11
Fixed an unexpected k_Repeat key event after a k_Release in lirc.c
Klaus Schmidinger
2013-02-03
New options 'Setup/Miscellaneous/Remote control repeat delay' and ↵
Klaus Schmidinger
'Setup/Miscellaneous/Remote control repeat delta'
2013-01-31
Improved LIRC timing for repeat function (cont'd)
Klaus Schmidinger
2013-01-30
Improved LIRC timing for repeat function
Klaus Schmidinger
2011-03-08
Removed checking for minimum line length of 21 characters in the LIRC ↵
Klaus Schmidinger
receiver code
2006-05-28
Improved the repeat function for LIRC remote controls
Klaus Schmidinger
2006-01-27
Now trying to reestablish the connection to the LIRC daemon in case it breaks
Klaus Schmidinger
2005-09-02
Made LIRC command parsing more robust
Klaus Schmidinger
2005-08-15
Some missed places where cThread::Running() should be used
Klaus Schmidinger
2005-07-31
Added the command line options '--lirc', '--rcu' and '--no-kbd'
Klaus Schmidinger
2005-01-14
Fixed canceling the LIRC thread
Klaus Schmidinger
2004-12-19
Replaced time_ms() with a threadsafe and non-overflowing cTimeMs
Klaus Schmidinger
2004-12-18
Removed the LOCK_THREAD from the LIRC thread
Klaus Schmidinger
2003-10-18
The cThread class now accepts a 'Description' parameter
Klaus Schmidinger
2003-04-27
Skipping keys that come in too fast from LIRC
Klaus Schmidinger
2003-04-25
Fixed detecting broken connection to the LIRC daemon
Klaus Schmidinger
2003-04-12
The LIRC and RCU remote control no longer try to learn keys in case of ↵
Klaus Schmidinger
errors during startup
2003-04-06
Fixed handling repeat function with LIRC
Klaus Schmidinger
2003-04-06
Avoiding high CPU load in case the connection to LIRC gets lost
Klaus Schmidinger
2002-09-29
Made remote controls plugin aware
Klaus Schmidinger