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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 836A4C48BDF for ; Thu, 24 Jun 2021 11:15:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 67850611CE for ; Thu, 24 Jun 2021 11:15:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232488AbhFXLRw (ORCPT ); Thu, 24 Jun 2021 07:17:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56304 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232456AbhFXLRl (ORCPT ); Thu, 24 Jun 2021 07:17:41 -0400 Received: from canardo.mork.no (canardo.mork.no [IPv6:2001:4641::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AA249C061767; Thu, 24 Jun 2021 04:15:22 -0700 (PDT) Received: from miraculix.mork.no ([IPv6:2a01:79d:469a:7994:53d7:1944:55a:91c0]) (authenticated bits=0) by canardo.mork.no (8.15.2/8.15.2) with ESMTPSA id 15OBFDT7018095 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Thu, 24 Jun 2021 13:15:13 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mork.no; s=b; t=1624533313; bh=5b6YZR358Wi3JQ4ZkLcOC7UPJZD+b3tWEuj0//aMkNs=; h=From:To:Cc:Subject:References:Date:Message-ID:From; b=O0PHfPOg0NEtLdTjAcRzOnviAPE6+Qp8ZQG+7BMcaB0PpbYu6dhN1sOyWlXiVWq6x s1FJiPCPYJR74dn4yRqaSjW7FfcpHR5e1Ot4ChS6M8Cfr1gaH4S8K8/SvJzOKgZ27K LSOp2TFqutnCyqCmGVhBnxodi2qpBiw1HZPncFfA= Received: from bjorn by miraculix.mork.no with local (Exim 4.94.2) (envelope-from ) id 1lwNK7-001FQQ-Ut; Thu, 24 Jun 2021 13:15:07 +0200 From: =?utf-8?Q?Bj=C3=B8rn_Mork?= To: Johan Hovold Cc: Stefan =?utf-8?Q?Br=C3=BCns?= , Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Daniele Palmas Subject: Re: [PATCH v2] USB: serial: qcserial: Support for SDX55 based Sierra Wireless 5G modules Organization: m References: <20210611134507.8780-1-stefan.bruens@rwth-aachen.de> <20210611135842.14415-1-stefan.bruens@rwth-aachen.de> Date: Thu, 24 Jun 2021 13:15:07 +0200 In-Reply-To: (Johan Hovold's message of "Thu, 24 Jun 2021 09:28:59 +0200") Message-ID: <87tulnms3o.fsf@miraculix.mork.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: clamav-milter 0.103.2 at canardo X-Virus-Status: Clean Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Johan Hovold writes: > Could you please also post the output of usb-devices (or lsusb -v) for > this device in MBIM mode? Yes, this would be nice to have. I suspect that this device is like other SDX55 devices we've seen, using class/subclass/function to map the vendor specific functions too. Dropping static interface numbers. If correct, then the patch is bogus and the interface numbers might change based on firmware version and configuration. Bj=C3=B8rn