linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Benjamin Tissoires <benjamin.tissoires@gmail.com>
Cc: Daniel Martin <daniel.martin@secunet.com>,
	linux-input <linux-input@vger.kernel.org>,
	Daniel Martin <consume.noise@gmail.com>
Subject: Re: [PATCH] Input: Fix typo in MT documentation
Date: Sat, 19 Sep 2015 11:28:58 -0700	[thread overview]
Message-ID: <20150919182858.GG7081@dtor-ws> (raw)
In-Reply-To: <CAN+gG=HXTi8JHnRBMOpK4ZPmuG0inKRz9jh9SXFZ3uhZMo+Qkw@mail.gmail.com>

On Thu, Sep 17, 2015 at 04:31:36PM -0400, Benjamin Tissoires wrote:
> On Thu, Sep 17, 2015 at 11:01 AM, Daniel Martin
> <daniel.martin@secunet.com> 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 <consume.noise@gmail.com>
> > ---
> 
> Acked-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>

Applied, thank you.

> 
> >  Documentation/input/multi-touch-protocol.txt | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/input/multi-touch-protocol.txt b/Documentation/input/multi-touch-protocol.txt
> > index b85d000..c51f114 100644
> > --- a/Documentation/input/multi-touch-protocol.txt
> > +++ b/Documentation/input/multi-touch-protocol.txt
> > @@ -361,7 +361,7 @@ For win8 devices with both T and C coordinates, the position mapping is
> >     ABS_MT_POSITION_X := T_X
> >     ABS_MT_POSITION_Y := T_Y
> >     ABS_MT_TOOL_X := C_X
> > -   ABS_MT_TOOL_X := C_Y
> > +   ABS_MT_TOOL_Y := C_Y
> >
> >  Unfortunately, there is not enough information to specify both the touching
> >  ellipse and the tool ellipse, so one has to resort to approximations.  One
> > --
> > 2.1.4
> >
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-input" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
Dmitry

      reply	other threads:[~2015-09-19 18:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-17 15:01 [PATCH] Input: Fix typo in MT documentation Daniel Martin
2015-09-17 20:31 ` Benjamin Tissoires
2015-09-19 18:28   ` Dmitry Torokhov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150919182858.GG7081@dtor-ws \
    --to=dmitry.torokhov@gmail.com \
    --cc=benjamin.tissoires@gmail.com \
    --cc=consume.noise@gmail.com \
    --cc=daniel.martin@secunet.com \
    --cc=linux-input@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).