Re: [linux-dvb] Re: [PATCH] Implement repeat key handling in budget-ci IR

2007-02-26 Thread David Härdeman
On Sun, February 25, 2007 19:20, Oliver Endriss said: Jouni wrote: During make I get this: /usr/local/src/v4ltesti/v4l-dvb/v4l/budget-ci.c:110: error: expected identifier before numeric constant make[3]: *** [/usr/local/src/v4ltesti/v4l-dvb/v4l/budget-ci.o] Error 1 make[2]: ***

Re: [linux-dvb] Re: [PATCH] Implement repeat key handling in budget-ci IR

2007-02-25 Thread Jouni
During make I get this: /usr/local/src/v4ltesti/v4l-dvb/v4l/budget-ci.c:110: error: expected identifier before numeric constant make[3]: *** [/usr/local/src/v4ltesti/v4l-dvb/v4l/budget-ci.o] Error 1 make[2]: *** [_module_/usr/local/src/v4ltesti/v4l-dvb/v4l] Error 2 make[2]: Leaving directory

Re: [linux-dvb] Re: [PATCH] Implement repeat key handling in budget-ci IR

2007-02-25 Thread Oliver Endriss
Jouni wrote: During make I get this: /usr/local/src/v4ltesti/v4l-dvb/v4l/budget-ci.c:110: error: expected identifier before numeric constant make[3]: *** [/usr/local/src/v4ltesti/v4l-dvb/v4l/budget-ci.o] Error 1 make[2]: *** [_module_/usr/local/src/v4ltesti/v4l-dvb/v4l] Error 2 make[2]:

Re: [linux-dvb] Re: [PATCH] Implement repeat key handling in budget-ci IR

2007-02-25 Thread Oliver Endriss
Oliver Endriss wrote: Jouni wrote: During make I get this: /usr/local/src/v4ltesti/v4l-dvb/v4l/budget-ci.c:110: error: expected identifier before numeric constant make[3]: *** [/usr/local/src/v4ltesti/v4l-dvb/v4l/budget-ci.o] Error 1 make[2]: ***

Re: [linux-dvb] Re: [PATCH] Implement repeat key handling in budget-ci IR

2007-02-25 Thread Trent Piepho
On Sun, 25 Feb 2007, Oliver Endriss wrote: Does the attached patch fix it for you? Ok, I tried to compile against 2.6.18 and it still doesn't work. The attached patch fixes it... The bool type was added here, oct 1 2006:

Re: [linux-dvb] Re: [PATCH] Implement repeat key handling in budget-ci IR

2007-02-25 Thread Oliver Endriss
Trent Piepho wrote: On Sun, 25 Feb 2007, Oliver Endriss wrote: Does the attached patch fix it for you? Ok, I tried to compile against 2.6.18 and it still doesn't work. The attached patch fixes it... The bool type was added here, oct 1 2006:

[linux-dvb] Re: [PATCH] Implement repeat key handling in budget-ci IR

2007-02-24 Thread Oliver Endriss
David Härdeman wrote: The attached patch contains the last set of changes to the budget-ci IR handling which makes it use the repeat handling of the input subsystem. This allows some code simplification, makes sure that repeat key presses are reported as such and also allows the debounce