Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758158AbXENX2T (ORCPT ); Mon, 14 May 2007 19:28:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752625AbXENX2L (ORCPT ); Mon, 14 May 2007 19:28:11 -0400 Received: from smtp121.iad.emailsrvr.com ([207.97.245.121]:49477 "EHLO smtp121.iad.emailsrvr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752055AbXENX2K (ORCPT ); Mon, 14 May 2007 19:28:10 -0400 Message-ID: <4648F04B.9050204@gentoo.org> Date: Mon, 14 May 2007 19:27:07 -0400 From: Daniel Drake User-Agent: Thunderbird 2.0.0.0 (X11/20070419) MIME-Version: 1.0 To: Kevin Lloyd CC: gregkh@suse.de, mdharm-usb@one-eyed-alien.net, linux-usb-users@lists.sourceforge.net, usb-storage@lists.one-eyed-alien.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH] usb-storage: Add support for unusual device by Sierra Wireless References: <4648D851.2030500@sierrawireless.com> <4648E9CB.2000509@gentoo.org> <3415E2A2AB26944B9159CDB22001004D01773F61@nestea.sierrawireless.local> In-Reply-To: <3415E2A2AB26944B9159CDB22001004D01773F61@nestea.sierrawireless.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 844 Lines: 18 Kevin Lloyd wrote: > Not a bad idea. When using the US_FL_IGNORE_DEVICE flag, that causes the > usb-storage driver to no load the device and allow another driver > properly load it? The reason I ask is because I previously had a > separate driver for the device, however there were priority issues > regarding which loaded first usb-storage or the separate driver. Yes, that's what it's designed for. If usb-storage does come first, the US_FL_IGNORE_DEVICE flag causes it to return -ENODEV from probe, which causes the driver core to look for other candidate drivers to claim the device. Daniel - 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/