summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-28 12:48:33 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-28 12:48:33 +0100
commit1530b5647baa56c05298d49514a7cc271bf524d5 (patch)
tree8b4597c9a280582ccc02acaba5bc844945ba2806 /HISTORY
parent759a45d5086b427ad53486b2b13ab0011b869dee (diff)
downloadvdr-1530b5647baa56c05298d49514a7cc271bf524d5.tar.gz
vdr-1530b5647baa56c05298d49514a7cc271bf524d5.tar.bz2
Increased the timeout in cInterface::GetKey() to avoid problems with remote controls that don't deliver "repeat" keypresses very fast
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 3a6d0378..68085ee1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4248,3 +4248,6 @@ Video Disk Recorder Revision History
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
- Fixed channel switching with the Down (Up) key in case the current channel is
already the first (last) in the list (reported by Frank Krömmelbein).
+- Increased the timeout in cInterface::GetKey() to avoid problems with remote
+ controls that don't deliver "repeat" keypresses very fast (problem with the new
+ handling of k_Repeat keypresses in channel switching reported by Udo Richter).