mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Fixed handling repeat function when using LIRC
This commit is contained in:
3
remote.c
3
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();
|
||||
|
Reference in New Issue
Block a user