From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH 1/3] Only process ABS_MT_SLOT where there are slots available Date: Wed, 20 Nov 2013 20:56:21 -0800 Message-ID: <20131121045620.GA4702@core.coreip.homeip.net> References: <1384983141-31019-1-git-send-email-benjamin.tissoires@redhat.com> <1384983141-31019-2-git-send-email-benjamin.tissoires@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pd0-f171.google.com ([209.85.192.171]:45397 "EHLO mail-pd0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750860Ab3KUE4d (ORCPT ); Wed, 20 Nov 2013 23:56:33 -0500 Content-Disposition: inline In-Reply-To: <1384983141-31019-2-git-send-email-benjamin.tissoires@redhat.com> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Benjamin Tissoires Cc: Benjamin Tissoires , Jiri Kosina , David Herrmann , Henrik Rydberg , Antonio Ospite , simon@mungewell.org, case@corpsmoderne.net, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Hi Benjamin, Antonio, On Wed, Nov 20, 2013 at 04:32:19PM -0500, Benjamin Tissoires wrote: > From: Antonio Ospite > > This fixes the case when a non-multitouch device happens to have a HID > code equal to ABS_MT_SLOT, like the Sony Sixaxis has for the left dpad > analog control. > > Updated to latest tree by Benjamin Tissoires. I do not think this is a proper way to address the issue. Generic HID driver should not encroach onto multitouch ABS range and either stop mapping absolute axis or map them properly. Thanks. -- Dmitry