From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Walmsley Subject: Re: [PATCH 2/6] usbhid: move all quirk handling code and data to usb-quirks.[ch] Date: Mon, 16 Apr 2007 10:21:30 -0600 (MDT) Message-ID: References: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Return-path: In-Reply-To: Sender: owner-linux-input@atrey.karlin.mff.cuni.cz List-Help: List-Owner: List-Post: List-Unsubscribe: To: Jiri Kosina Cc: linux-input@atrey.karlin.mff.cuni.cz List-Id: linux-input@vger.kernel.org On Mon, 16 Apr 2007, Jiri Kosina wrote: > actually, this seems wrong to me. In case of Wacom or IOWarrior devices, we > want the usb_hid_configure() to return immediately, without claiming the > device (and propagate -ENODEV through hid_probe()). That's what the original > code does, and that is correct. > > After you patch, the usb_hid_configure() proceeds both for Wacom and > IOWarrior devices, just leaving the quirks mask empty. But that's not what it > should do, right? Yes, you're right. I'll fix that in the revision that I will send to you. - Paul