summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-29 12:39:04 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-29 12:39:04 +0100
commit1a4526a3dff752b3088f89835761c882ce904e0e (patch)
treecb15ae270c3ab54c638299c98b970409d747757c /HISTORY
parent251e04d25a9e8ae5ea92b87fc570aee473625c03 (diff)
downloadvdr-1a4526a3dff752b3088f89835761c882ce904e0e.tar.gz
vdr-1a4526a3dff752b3088f89835761c882ce904e0e.tar.bz2
Implemented a timeout for remote controls that don't deliver "repeat" keypresses very fast
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY6
1 files changed, 3 insertions, 3 deletions
diff --git a/HISTORY b/HISTORY
index ec343721..9fa84f6a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4248,9 +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).
- Removed the "buffer reserve" in Transfer Mode - it's no longer necessary with
recent driver/firmware versions.
- The epg.data file is now written when VDR exits (suggested by Daniel Karsubka).
@@ -4263,3 +4260,6 @@ Video Disk Recorder Revision History
- When reading epg.data (or data from PUTE), the version number of events with
table IDs smaller than 0x50 is now ignored because otherwise the current
running status would not be set after a restart of VDR.
+- Implemented a timeout for remote controls that don't deliver "repeat" keypresses
+ very fast (based on a suggestion by Luca Olivetti; problem with the new handling
+ of k_Repeat keypresses in channel switching reported by Udo Richter).