summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-10-31 14:05:55 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-10-31 14:05:55 +0100
commitc88e65b6385a9c72778ea46fe4c4c805976c7b96 (patch)
tree488f1e0bde381ad8d24219920b7875e4c5ab291c /HISTORY
parentbd62ca6abc61827dd75962e952783acf83565949 (diff)
downloadvdr-c88e65b6385a9c72778ea46fe4c4c805976c7b96.tar.gz
vdr-c88e65b6385a9c72778ea46fe4c4c805976c7b96.tar.bz2
Fixed handling key codes that start with 0x1B in the KBD remote control code
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 090b1d9a..b95b8a04 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3104,3 +3104,4 @@ Video Disk Recorder Revision History
The sequence of 'name' and 'short name' in the channels.conf file has been
swapped (see man vdr(5)).
- Added the 'portal name' to cChannels (thanks to Marco Schlüßler).
+- Fixed handling key codes that start with 0x1B in the KBD remote control code.