linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Peter Hutterer <peter.hutterer@who-t.net>
To: Joonyoung Shim <jy0922.shim@samsung.com>
Cc: Henrik Rydberg <rydberg@euromail.se>,
	linux-input@vger.kernel.org, dmitry.torokhov@gmail.com,
	jkosina@suse.cz
Subject: Re: Questions about Multi-touch Protocal
Date: Thu, 14 Jan 2010 08:25:06 +1000	[thread overview]
Message-ID: <20100113222506.GA14525@barra.bne.redhat.com> (raw)
In-Reply-To: <4B43DE36.6000907@samsung.com>

On Wed, Jan 06, 2010 at 09:49:58AM +0900, Joonyoung Shim wrote:
> >> First, what is the purpose of ABS_MT_TOUCH_MAJOR event? I wonder how
> >> it is used at userspace side.
> > 
> > In a graphical program it can of course be used as is, but in the specific
> > application of creating gesture events, the TOUCH and WIDTH parameters can be
> > used to, e.g., approximate finger pressure or distinguish between index finger
> > and thumb. With the addition of the MINOR parameters, one can also distinguish
> > between a sweeping finger and a pointing finger, and with ORIENTATION, one can
> > detect twisting of fingers.
> > 
> >> Should the ABS_MT_TOUCH_MAJOR be the mininum set of events for multi
> >> touch? I'm not sure whether this question is valid because of first
> >> question.
> > 
> > Each finger packet should have an ABS_MT_TOUCH_MAJOR value. In can be computed
> > from various types of sensory input, e.g., the size of the contact area or a
> > pressure sensor.
> > 
> 
> Hmm, I think ABS_MT_TOUCH_MAJOR is similar to ABS_PRESSURE, of course it
> can be used other purposes. If the device doesn't support the pressure,
> the driver doesn't report ABS_PRESSURE, so if the device cannot get a
> touching size of the finger, how can the driver report it?

Note that ABS_MT_TOUCH_MAJOR complements ABS_PRESSURE but cannot substitute
it. The nature of our fingures usually mean that with increasing pressure
the touch size increases as the finger flattens. This is only useful as a
relative indicator though, as fingers differ greatly in size.

Cheers,
  Peter

  parent reply	other threads:[~2010-01-13 22:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-05  6:18 Questions about Multi-touch Protocal Joonyoung Shim
2010-01-05 12:08 ` Henrik Rydberg
2010-01-05 12:42   ` Florian Echtler
2010-01-05 12:55     ` Henrik Rydberg
2010-01-05 17:49   ` Dmitry Torokhov
2010-01-06  0:49   ` Joonyoung Shim
2010-01-13 20:21     ` Henrik Rydberg
2010-01-13 22:25     ` Peter Hutterer [this message]
2010-01-14  0:35       ` Henrik Rydberg

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=20100113222506.GA14525@barra.bne.redhat.com \
    --to=peter.hutterer@who-t.net \
    --cc=dmitry.torokhov@gmail.com \
    --cc=jkosina@suse.cz \
    --cc=jy0922.shim@samsung.com \
    --cc=linux-input@vger.kernel.org \
    --cc=rydberg@euromail.se \
    /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).