From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH 0/2] input: mt: Add EVIOC mechanism for MT slots Date: Tue, 25 May 2010 13:23:40 -0700 Message-ID: <20100525202340.GD4455@core.coreip.homeip.net> References: <1274788379-11026-1-git-send-email-rydberg@euromail.se> <20100525173446.GA4634@core.coreip.homeip.net> <4BFC2A7D.50501@euromail.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-px0-f174.google.com ([209.85.212.174]:44664 "EHLO mail-px0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932566Ab0EYUXr (ORCPT ); Tue, 25 May 2010 16:23:47 -0400 Content-Disposition: inline In-Reply-To: <4BFC2A7D.50501@euromail.se> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Henrik Rydberg Cc: Andrew Morton , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Mika Kuoppala , Peter Hutterer , Benjamin Tissoires , Stephane Chatty , Rafi Rubin , Michael Poole On Tue, May 25, 2010 at 09:52:29PM +0200, Henrik Rydberg wrote: > Dmitry Torokhov wrote: > > Hi Henrik, > > > > On Tue, May 25, 2010 at 01:52:57PM +0200, Henrik Rydberg wrote: > >> These patches are in response to the discussion about input state > >> retrieval. > >> > >> The current EVIOCGABS method does not work with MT slots. These > >> patches provides a mechanism where a slot is first selected via a call > >> to EVIOCSABS, after which the corresponding MT events can be extracted > >> with calls to EVIOCGABS. > >> > >> The symmetric operation, to set the MT state via EVIOCSABS, seems to > >> violate input data integrity, and is therefore not implemented. > >> > > > > This looks sane, however the question remains - is there any users for > > this data? Like I mentioned, I can see the need to fetch state of > > switches and ranges of absolute axis, and even non-multitouch ABS values > > (due to the fact that some input devices, like sliders, may stay in a > > certain position for long periods of time), but I expect multitouch data > > to be "refreshed" very quickly. > > > > Thanks. > > > > There were some voices addressing this issue, and the patches are here, > available for whomever to pick up. Drop them if you wish, I will not send them anew. > I'll save them in my queue but will hold off applying until I hear userspace folks requesting such functionality. Thanks. -- Dmitry