All of lore.kernel.org
 help / color / mirror / Atom feed
From: Henrik Rydberg <rydberg@euromail.se>
To: "Hennerich, Michael" <Michael.Hennerich@analog.com>
Cc: "Éric Piel" <E.A.B.Piel@tudelft.nl>,
	"Dmitry Torokhov" <dmitry.torokhov@gmail.com>,
	"Florian Ragwitz" <rafl@debian.org>,
	"linux-input@vger.kernel.org" <linux-input@vger.kernel.org>,
	"Stéphane Chatty" <chatty@enac.fr>,
	"Benjamin Tissoires" <tissoire@cena.fr>
Subject: Re: [PATCH 2/2] elantech: Report multitouch with proper ABS_MT messages
Date: Thu, 06 May 2010 13:38:06 +0200	[thread overview]
Message-ID: <4BE2AA1E.1060201@euromail.se> (raw)
In-Reply-To: <544AC56F16B56944AEC3BD4E3D5917712E568A0765@LIMKCMBX1.ad.analog.com>

Hennerich, Michael wrote:
> Henrik Rydberg wrote on 2010-05-05:
>> Éric Piel wrote:
>>> BTW, does anyone know a graphical app which reads the MT events from a
>>> /dev/input/eventX device and displays them as points in a window? That
>>> would be rather helpful to reverse-engineer/debug multitouch
>> hardwares.
>>
>> Something like fingermgmt in OSX? Not to my knowledge. The touchd
>> project includes some graphics via python, but is not based on MT
>> events. Maybe our friends at ENAC has something cooking?
>>
>> Henrik
>>
> 
> I've been playing with Benjamin's xf86-input-evdev multitouch-subdevs work.
> http://cgit.freedesktop.org/~tissoire/xf86-input-evdev/log/?h=multitouch-subdevs
> 
> Its supports finger tracking ID and you can control multiple pointers on your X.
> What's currently lacking is that xf86-input-evdev doesn't generate click events (something like a LEFT CLICK) for touches.
> 
> What also supports Linux MT events is Android Éclair
> http://lukehutch.wordpress.com/2010/01/06/my-multi-touch-code-ported-to-eclair/
> 
> It Uses:
> ABS_MT_POSITION_X
> ABS_MT_POSITION_Y
> ABS_MT_TOUCH_MAJOR
> ABS_MT_WIDTH_MAJOR
> 
> Without ABS_MT_TRACKING_ID.
> 
> Luke Hutchison wrote some basic MT demo applications, such as mtvisualizer.apk.
> http://lukehutch.wordpress.com/2009/01/25/get-multi-touch-support-on-your-t-mobile-g1-today/

Thanks for the update on MT demos!

Henrik

--
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

  reply	other threads:[~2010-05-06 11:38 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-05 12:20 [PATCH 2/2] elantech: Report multitouch with proper ABS_MT messages Éric Piel
2010-05-05 16:38 ` Dmitry Torokhov
2010-05-05 17:06   ` Éric Piel
2010-05-05 17:15     ` Dmitry Torokhov
2010-05-05 17:36       ` Éric Piel
2010-05-05 18:03     ` Henrik Rydberg
2010-05-05 18:05     ` Florian Ragwitz
2010-05-05 18:11       ` Henrik Rydberg
2010-05-05 18:25         ` Dmitry Torokhov
2010-05-05 18:29           ` Henrik Rydberg
2010-05-05 20:51             ` Dmitry Torokhov
2010-05-05 18:01   ` Henrik Rydberg
2010-05-05 18:14     ` Éric Piel
2010-05-05 18:26       ` Henrik Rydberg
2010-05-05 18:35         ` Éric Piel
2010-05-05 19:06           ` Henrik Rydberg
2010-05-05 21:19             ` Éric Piel
2010-05-05 22:15               ` Henrik Rydberg
2010-05-05 22:53                 ` Éric Piel
2010-05-06  8:49             ` Stéphane Chatty
2010-05-06  9:26               ` Mohamed Ikbel Boulabiar
     [not found]               ` <g2t45cc95261005060217nfbde1177j1dc97028a3b53c3c@mail.gmail.com>
2010-05-06 11:40                 ` Henrik Rydberg
2010-05-06  9:22             ` Hennerich, Michael
2010-05-06 11:38               ` Henrik Rydberg [this message]
2010-05-05 23:00           ` Éric Piel

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=4BE2AA1E.1060201@euromail.se \
    --to=rydberg@euromail.se \
    --cc=E.A.B.Piel@tudelft.nl \
    --cc=Michael.Hennerich@analog.com \
    --cc=chatty@enac.fr \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=rafl@debian.org \
    --cc=tissoire@cena.fr \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.