Re: [PATCH] Input: Fix typo in MT documentation

2015-09-19 Thread Dmitry Torokhov
On Thu, Sep 17, 2015 at 04:31:36PM -0400, Benjamin Tissoires wrote: > On Thu, Sep 17, 2015 at 11:01 AM, Daniel Martin > wrote: > > Section "Event Computation" had this: > > ... > > ABS_MT_TOOL_X := C_X > > ABS_MT_TOOL_X := C_Y > > > > Replace the second ABS_MT_TOOL_X with ABS_MT_TOOL_Y

Re: [PATCH] Input: Fix typo in MT documentation

2015-09-17 Thread Benjamin Tissoires
On Thu, Sep 17, 2015 at 11:01 AM, Daniel Martin wrote: > Section "Event Computation" had this: > ... > ABS_MT_TOOL_X := C_X > ABS_MT_TOOL_X := C_Y > > Replace the second ABS_MT_TOOL_X with ABS_MT_TOOL_Y. > > Signed-off-by: Daniel Martin > --- Acked-by: Benjamin Tissoires > Documen

[PATCH] Input: Fix typo in MT documentation

2015-09-17 Thread Daniel Martin
Section "Event Computation" had this: ... ABS_MT_TOOL_X := C_X ABS_MT_TOOL_X := C_Y Replace the second ABS_MT_TOOL_X with ABS_MT_TOOL_Y. Signed-off-by: Daniel Martin --- Documentation/input/multi-touch-protocol.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/