Re: [PATCH v4] Documentation: Input: Add uinput documentation

2017-03-27 Thread Peter Hutterer
On Mon, Mar 27, 2017 at 09:01:19PM -0300, Marcos Paulo de Souza wrote: > Signed-off-by: Marcos Paulo de Souza > --- > > v3 -> v4: > Add comment and a sleep call before UI_DEV_DESTROY (requested by Peter) > On emit function, add an fd parameter, avoiding global variables > Check return of ioct

[PATCH v4] Documentation: Input: Add uinput documentation

2017-03-27 Thread Marcos Paulo de Souza
Signed-off-by: Marcos Paulo de Souza --- v3 -> v4: Add comment and a sleep call before UI_DEV_DESTROY (requested by Peter) On emit function, add an fd parameter, avoiding global variables Check return of ioctl related to older kernels that don't have UI_GET_VERSION Fix typos v2 -> v3 Chan