summaryrefslogtreecommitdiff
path: root/remote.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-09-30 11:41:24 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-09-30 11:41:24 +0200
commit4558fa70b17e60dca429ea6e57757d833b59c067 (patch)
treee3ab9765f9d8ea10923e342d1bec7951fae05bb0 /remote.c
parentcc761811cea8da5f94957fb30e24afb020fb740e (diff)
downloadvdr-4558fa70b17e60dca429ea6e57757d833b59c067.tar.gz
vdr-4558fa70b17e60dca429ea6e57757d833b59c067.tar.bz2
Fixed handling repeat function when using LIRC
Diffstat (limited to 'remote.c')
-rw-r--r--remote.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/remote.c b/remote.c
index eed91105..26d7acbf 100644
--- a/remote.c
+++ b/remote.c
@@ -6,7 +6,7 @@
*
* Ported to LIRC by Carsten Koch <Carsten.Koch@icem.de> 2000-06-16.
*
- * $Id: remote.c 1.24 2001/08/12 15:07:26 kls Exp $
+ * $Id: remote.c 1.25 2001/09/30 11:39:49 kls Exp $
*/
#include "remote.h"
@@ -451,6 +451,7 @@ void cRcIoLIRC::Action(void)
if (Now - FirstTime < REPEATDELAY)
continue; // repeat function kicks in after a short delay
receivedData = receivedRepeat = true;
+ receivedRelease = false;
}
LastTime = Now;
WakeUp();