Added the command line options '--lirc', '--rcu' and '--no-kbd'

This commit is contained in:
Klaus Schmidinger
2005-07-31 11:38:40 +02:00
parent 44a4d12117
commit d6b8a28329
11 changed files with 89 additions and 28 deletions

View File

@@ -3634,7 +3634,7 @@ Video Disk Recorder Revision History
replaced with the new one instead of adding the new entries (thanks to Andreas
Regel).
2005-07-30: Version 1.3.28
2005-07-31: Version 1.3.28
- Added a sleep in cDvbPlayer::Action() in case there is no data to send to the
device, which avoids a busy loop on very fast machines (thanks to Martin Wache).
@@ -3648,3 +3648,5 @@ Video Disk Recorder Revision History
VPS timers to stop recording prematurely.
- Avoiding duplicate components in EPG events when reading epg.data or in the
PUTE SVDRP command (thanks to Olaf Titz for reporting this one).
- Added the command line options '--lirc', '--rcu' and '--no-kbd' to allow setting
the remote control at runtime (based on a patch by Darren Salt).