Re: [PATCH] IR/imon: add proper auto-repeat support

2010-04-28 Thread Jarod Wilson
On Wed, Apr 28, 2010 at 01:41:12PM -0700, Dmitry Torokhov wrote: > On Wed, Apr 28, 2010 at 01:37:00PM -0400, Jarod Wilson wrote: > > Set the EV_REP bit, so reported key repeats actually make their > > way out to userspace, and fix up the handling of repeats a bit, > > routines for which are shamele

Re: [PATCH] IR/imon: add proper auto-repeat support

2010-04-28 Thread Dmitry Torokhov
On Wed, Apr 28, 2010 at 01:37:00PM -0400, Jarod Wilson wrote: > Set the EV_REP bit, so reported key repeats actually make their > way out to userspace, and fix up the handling of repeats a bit, > routines for which are shamelessly heisted from ati_remote2.c. > Is it really needed? I'd expect input

[PATCH] IR/imon: add proper auto-repeat support

2010-04-28 Thread Jarod Wilson
Set the EV_REP bit, so reported key repeats actually make their way out to userspace, and fix up the handling of repeats a bit, routines for which are shamelessly heisted from ati_remote2.c. Signed-off-by: Jarod Wilson --- drivers/media/IR/imon.c | 38 +++--- 1