Re: [PATCH 29/56] DVB (2390) Adds a time-delay to IR remote button presses for av7110 ir input,

From: Dmitry Torokhov
Date: Fri Dec 09 2005 - 10:22:36 EST


On 12/9/05, Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxx> wrote:
> static void input_repeat_key(unsigned long data)
> {
> - /* dummy routine to disable autorepeat in the input driver */
> + /* called by the input driver after rep[REP_DELAY] ms */
> + delay_timer_finished = 1;
> }
>

Hi,

I always wondered why many IR drivers re-implement autorepeat code
instead of using autorepeat in the inptu core. Is it because of forced
(by timer) keyup events?

--
Dmitry
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/