Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] vdr-lirc bugfix (channel switching)



Below a small patch to let users with a LIRC zap through the channels endless,
if you let your finger on the key. (before it stops zapping after 4 channels)

But I think the LIRC stuff in vdr should completely rewritten ;-) It works,
but sometimes it forgets a key ... a little buffering would be useful.

        Matthias

--- remote.c.ori	Tue Sep 25 23:54:18 2001
+++ remote.c	Tue Sep 25 23:52:41 2001
@@ -452,6 +452,7 @@
                if (Now - FirstTime < REPEATDELAY)
                   continue; // repeat function kicks in after a short delay
                receivedData = receivedRepeat = true;
+               receivedRelease = false;
                }
             LastTime = Now;
             WakeUp();



Home | Main Index | Thread Index