Re: [PATCH v3 5/5] input: MT - add ABS_TOOL_WIDTH to the legacy pointer emulation

2015-06-12 Thread Dmitry Torokhov
Hi Gabriele, On Sun, Mar 22, 2015 at 03:43:56PM +0100, Gabriele Mazzotta wrote: Userspace might still rely on ABS_TOOL_WIDTH to determine the width of contacts, so add it to the legacy pointer emulation. I do not think we can do that, at least not in such straightforward manner, because while

[PATCH v3 5/5] input: MT - add ABS_TOOL_WIDTH to the legacy pointer emulation

2015-03-22 Thread Gabriele Mazzotta
Userspace might still rely on ABS_TOOL_WIDTH to determine the width of contacts, so add it to the legacy pointer emulation. Signed-off-by: Gabriele Mazzotta gabriele@gmail.com --- drivers/input/input-mt.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git