Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Little Problem with vdr
Jens Bieler wrote:
>
> The DVB drivers and Klaus Schnidingers VDR works good but i have a little
> problem controlling the vdr with my keyboard the OK function (5 in nummeric
> block) wouldn't work correct.
Have you tried deleting the file 'keys-pc.conf' and going through
the key learning process?
Make yure you have applied the patch I recently posted here:
--- remote.c 2000/07/15 16:34:35 1.10
+++ remote.c 2000/07/29 16:23:47 1.11
@@ -71,7 +71,11 @@
bool cRcIoKBD::InputAvailable(bool Wait)
{
timeout(Wait ? 1000 : 10);
- return true;//XXX
+ int ch = getch();
+ if (ch == ERR)
+ return false;
+ ungetch(ch);
+ return true;
}
bool cRcIoKBD::GetCommand(unsigned int *Command, unsigned short *)
Klaus Schmidinger
--
_______________________________________________________________
Klaus Schmidinger Phone: +49-8635-6989-10
CadSoft Computer GmbH Fax: +49-8635-6989-40
Hofmark 2 Email: kls@cadsoft.de
D-84568 Pleiskirchen, Germany URL: www.cadsoft.de
_______________________________________________________________
Home |
Main Index |
Thread Index