From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH] input: Add Nintendo extension controller driver Date: Mon, 1 Aug 2011 17:44:18 +0100 Message-ID: <20110801164418.GA5306@ponder.secretlab.ca> References: <20110527081251.3992.27574.stgit@ponder> <20110801163823.GA3905@core.coreip.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-wy0-f174.google.com ([74.125.82.174]:55045 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753281Ab1HAQoV (ORCPT ); Mon, 1 Aug 2011 12:44:21 -0400 Content-Disposition: inline In-Reply-To: <20110801163823.GA3905@core.coreip.homeip.net> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Dmitry Torokhov Cc: Fabien Marteau , Peter Korsgaard , linux-kernel@vger.kernel.org, linux-input@vger.kernel.org On Mon, Aug 01, 2011 at 09:38:24AM -0700, Dmitry Torokhov wrote: > Hi Grant, > > On Mon, Aug 01, 2011 at 05:04:37PM +0100, Grant Likely wrote: > > Hi Dmitry, > > > > Any thoughts on this patch? Can you send it on to Linus? > > > > I thought I responded earlier but apparently not... > > The issue with the driver is that it pre-registers an input device with > a super-set of capabilities instead of waiting until the device is > properly identified and registering input device with the exact > capabilities. > > The input policy is that device's stated capabilities should match the > physical device (within the constraints of input framework). Okay, that's solvable. I'll rework and repost with a goal to merge in v3.2 g.