Improved the repeat function for LIRC remote controls

This commit is contained in:
Klaus Schmidinger
2006-05-28 08:49:52 +02:00
parent e4d3a28acd
commit 9b3b98f88f
3 changed files with 11 additions and 7 deletions

View File

@@ -4716,7 +4716,7 @@ Video Disk Recorder Revision History
- Fixed automatically updating the CAM menu in case the whole operation (for
instance a firmware update) takes longer than the menu timeout.
2006-05-27: Version 1.4.0-2
2006-05-28: Version 1.4.0-2
- Removed leftover LSMOD=... line from 'runvdr'.
- Modified the Makefile to copy additional libraries a plugin might provide (suggested
@@ -4740,3 +4740,4 @@ Video Disk Recorder Revision History
Christian Wieninger).
- Avoiding a compiler warning in libsi's TypeLoop::operator[].
- Now processing the "frequency list descriptor" (based on a patch from Anssi Hannula).
- Improved the repeat function for LIRC remote controls (thanks to Joerg Riechardt).