From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758178Ab0EXRsV (ORCPT ); Mon, 24 May 2010 13:48:21 -0400 Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]:39309 "EHLO ch-smtp01.sth.basefarm.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757262Ab0EXRsU (ORCPT ); Mon, 24 May 2010 13:48:20 -0400 Message-ID: <4BFABBD0.9020202@euromail.se> Date: Mon, 24 May 2010 19:48:00 +0200 From: Henrik Rydberg User-Agent: Thunderbird 2.0.0.24 (X11/20100411) MIME-Version: 1.0 To: Dmitry Torokhov CC: Ping Cheng , Peter Hutterer , Andrew Morton , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Mika Kuoppala , Benjamin Tissoires , Stephane Chatty , Rafi Rubin , Michael Poole Subject: Re: [PATCH 2/2] input: mt: Document the MT event slot protocol (rev2) References: <1274213429-22667-1-git-send-email-rydberg@euromail.se> <20100524155901.GB3182@core.coreip.homeip.net> <201005241021.02731.dmitry.torokhov@gmail.com> In-Reply-To: <201005241021.02731.dmitry.torokhov@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-IP: 83.248.196.134 X-Scan-Result: No virus found in message 1OGbkz-0004wc-4s. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1OGbkz-0004wc-4s 32b9dd5516b6cb4c0af634378a23aaa1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dmitry Torokhov wrote: [...] >>>> I think we need to add an ioctl to enable user land driver/client to >>>> signal the kernel driver to send all events without filtering, just >>>> once. Hot-plugged devices and X driver starts after user has contacted >>>> with the device are two examples that the client would miss filtered >>>> events. >>>> >>>> Dmitry, do you think it is a valid suggestion? >>> What about using EVIOCGKEY/EVIOCGSW/EVIOCGABS? >> Those EVIOCs only give us the static values (max/min/supported keys, >> etc.). We need their dynamic input data here, the actual x, y, >> button, pressure, etc. Am I missing something about those EVIOs? >> > > Yes you are ;) Supported events are reported via EVIOCGBIT, EVIOCGKEY and > EVIOCGSW will return current state of keys/switches. As far as EVIOCGABS > goes, it also returns, besides min/max/etc, last reported _values_ of the > ABS_* events. > Ping is not alone. :-) But it does not work for MT events -- yet. Henrik