From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Henrik Rydberg" Subject: Re: [PATCH v3 0/6] hid: Introduce device groups Date: Thu, 3 May 2012 16:16:51 +0200 Message-ID: <20120503141651.GA12157@polaris.bitmath.org> References: <20120503122359.GA11552@polaris.bitmath.org> <20120503131904.GA11741@polaris.bitmath.org> <20120503135452.GA12050@polaris.bitmath.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Benjamin Tissoires Cc: Jiri Kosina , Dmitry Torokhov , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Stephane Chatty List-Id: linux-input@vger.kernel.org > > I suppose what you describe here is how it was working before the > > device groups. > > Just to be clear: no, this last paragraph occurs after device groups. > Before, it was working as hid-generic catch the device first, then > released it while looking at the report descriptors. Now, it's purely > dependent on which driver is loaded first for this particaular case. Thanks for the clarification, and I agree. It also means you are completely right, it will suffice to change those devices from the wildcard group to the multitouch group. I don't mind switching them all. Thanks, Henrik