summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-09-02 13:55:37 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-09-02 13:55:37 +0200
commit2ffcc66af2cb3f379fd8445c019b0cac1c2cc275 (patch)
tree80f1bcaf8fe0366438aa62487c7aa7ac0fdac165 /HISTORY
parent85904ae23d301839c67af479fd66ee0fe4d6c5cd (diff)
downloadvdr-2ffcc66af2cb3f379fd8445c019b0cac1c2cc275.tar.gz
vdr-2ffcc66af2cb3f379fd8445c019b0cac1c2cc275.tar.bz2
Re-introduced the code that waits for a tuner lock in VDR/device.c
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 45a08ad5..38a258f3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3765,3 +3765,7 @@ Video Disk Recorder Revision History
- Made LIRC command parsing more robust (thanks to Ville Skyttä).
- Introduced a separate 'plugins-install' target in the Makefile (thanks to Daniel
Thompson).
+- Re-introduced the code that waits for a tuner lock in VDR/device.c, since
+ apparently some users actually need it. It's not active by default, you'll have
+ to define the WAIT_FOR_TUNER_LOCK macro in that file if you need it (suggested
+ by Malcolm Caldwell).