Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750896AbXATXJy (ORCPT ); Sat, 20 Jan 2007 18:09:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750887AbXATXJy (ORCPT ); Sat, 20 Jan 2007 18:09:54 -0500 Received: from twin.jikos.cz ([213.151.79.26]:58683 "EHLO twin.jikos.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750824AbXATXJx (ORCPT ); Sat, 20 Jan 2007 18:09:53 -0500 Date: Sun, 21 Jan 2007 00:09:48 +0100 (CET) From: Jiri Kosina To: Ivan Ukhov cc: linux-kernel@vger.kernel.org Subject: Re: How to use an usb interface than is claimed by HID? In-Reply-To: <45B265E0.5020605@gmail.com> Message-ID: References: <45B265E0.5020605@gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 975 Lines: 23 On Sat, 20 Jan 2007, Ivan Ukhov wrote: > I'm writing a driver for an USB device that has one configuration with > several interfacies and one of them is a HID interface. So when I check > this interface whether it's claimed (usb_interface_claimed), I find out > that it is, and it's claimed by the HID driver. So here is the question: > how can I ask the HID driver to unclaim this very interface for me so > that I can use it? The HID driver is needed for some other devices, so I > can't just rmmod it. Hi Ivan, if I understand correctly what you need, wouldn't setting the HID_QUIRK_IGNORE for a given tuple of idVendor and idProduct be enough? (see hid_blacklist[] in drivers/usb/input/hid-core.c). -- Jiri Kosina - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/