From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C4128C3A59F for ; Thu, 29 Aug 2019 07:25:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9A4B3233A1 for ; Thu, 29 Aug 2019 07:25:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567063549; bh=ajtKcpiPh1I4+3hUGcuVhSVsvUYBDVPK5BMuRw9jyfw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=pLN/iot6IBo6ltPdeLm6AVjM5YbQkNwamGjVTuk+GzZ5nkVaNtG/3jgPG1q+20HEN e5bnpVpV9PVGhS3B3TXWch+vbSnzstUsofg6MV+DX9vUzpccZlQwG4P6MkNyLbgH7F ncaUPO1KBfuuon/VyLczCKQfaF9ahAVUpuW75Pjw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726973AbfH2HZp (ORCPT ); Thu, 29 Aug 2019 03:25:45 -0400 Received: from mail.kernel.org ([198.145.29.99]:40464 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725881AbfH2HZp (ORCPT ); Thu, 29 Aug 2019 03:25:45 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9D56B20828; Thu, 29 Aug 2019 07:25:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567063544; bh=ajtKcpiPh1I4+3hUGcuVhSVsvUYBDVPK5BMuRw9jyfw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=0DsdleN6EZDUWUpDhbiNTgGJkvXOMwBpbnssFEMwQ4rx0FqmsITdnD6cu9nAPvuF4 CxbgD+TCyXYAgplD2/AR27xntzFlR8DCy4YHb08XHKpeIsXDYSHVMRv8imZjatgvzW LpQTu83+f1bJrC93bHwTNWh/3rExK4KM4VbYgPEk= Date: Thu, 29 Aug 2019 09:25:41 +0200 From: Greg Kroah-Hartman To: Julius Werner Cc: Dan Williams , Alan Stern , Kernel development list , USB list , USB Storage list Subject: Re: [PATCH] usb: storage: Add ums-cros-aoa driver Message-ID: <20190829072541.GA5779@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Wed, Aug 28, 2019 at 08:26:15PM -0700, Julius Werner wrote: > Well... okay, let me think through that again. I just found the new_id > sysfs API that I wasn't aware of before, maybe I could leverage that > to bind this from userspace after doing the mode switch. But it looks > like that only operates on whole devices... is there any way to force > it to only bind one particular interface? USB drivers only bind to interfaces, are you saying that your device has multiple interfaces on it? thanks, greg k-h