Re: [PATCH] Input: document the proper usage of EV_KEY and KEY_UNKNOWN (v2)

2007-06-30 Thread Henrique de Moraes Holschuh
On Fri, 29 Jun 2007, Dmitry Torokhov wrote: > Finally gottent to the patch. It seems a little long-winded, how about > the patch below instead? Well, your version of the patch: 1. does not make it clear to *userland* that using EV_SCAN instead of EV_KEY is something that is not to be done. If us

Re: [PATCH] Input: document the proper usage of EV_KEY and KEY_UNKNOWN (v2)

2007-06-28 Thread Dmitry Torokhov
Hi Henrique, On Wednesday 06 June 2007 12:55, Henrique de Moraes Holschuh wrote: > We have most of the pieces needed to have sane, generic userland keyboard > handling in place for a while now, but it is not sufficiently documented. > > This patch documents the requirements and best practices for

[PATCH] Input: document the proper usage of EV_KEY and KEY_UNKNOWN (v2)

2007-06-06 Thread Henrique de Moraes Holschuh
We have most of the pieces needed to have sane, generic userland keyboard handling in place for a while now, but it is not sufficiently documented. This patch documents the requirements and best practices for EV_KEY input drivers. Signed-off-by: Henrique de Moraes Holschuh <[EMAIL PROTECTED]> Cc: