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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6270DC433F5 for ; Thu, 7 Oct 2021 07:47:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3FB27610FB for ; Thu, 7 Oct 2021 07:47:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240476AbhJGHth (ORCPT ); Thu, 7 Oct 2021 03:49:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:53546 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240429AbhJGHte (ORCPT ); Thu, 7 Oct 2021 03:49:34 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id CDD566105A; Thu, 7 Oct 2021 07:47:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1633592849; bh=riczM0JdVA0SKIwRLPDheC5erOjcf/XlZFj29SyRBG4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=F6CB/LaF5nKVdwC8kb/nwMnT7SvFA7DgMjQqnuFU+ztuMgzF1+oyWBMOh2fTYgfYX 449Ow9dXuwQlv7UYfP1P5NP6/C44NQ1STvDATAdXvoeNMbOxylSAlZUv5GvbSiz/zL u244oy9uOiCSq5rIPJoIwK/IZhpNbOFdhAdNi4EZXWvlPDX+uPzLIcuO+eEurY34T6 hFJXLNL3J8Ge3fT/noL4jm6a/9tPX3w5KTf/c760TTEECJ8mYyz3px4CzLUEEVxIFN qPgvQKrziQglvxwNa5uM9Xl+iLuzUydkQt/wsWNBeLor/hQ/zBUiPLR3N/O+yjSWpE izo06HgovNATQ== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1mYO7j-0005gh-UU; Thu, 07 Oct 2021 09:47:28 +0200 Date: Thu, 7 Oct 2021 09:47:27 +0200 From: Johan Hovold To: Yu-Tung Chang Cc: gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1] USB: serial: option: add Quectel EC200S-CN module support Message-ID: References: <20210930021112.330396-1-mtwget@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210930021112.330396-1-mtwget@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 30, 2021 at 10:11:12AM +0800, Yu-Tung Chang wrote: > Add usb product id of the Quectel EC200S-CN module. > > usb-devices output for 0x6002: > T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 3 Spd=480 MxCh= 0 > D: Ver= 2.00 Cls=ef(misc ) Sub=02 Prot=01 MxPS=64 #Cfgs= 1 > P: Vendor=2c7c ProdID=6002 Rev=03.18 > S: Manufacturer=Android > S: Product=Android > S: SerialNumber=0000 > C: #Ifs= 5 Cfg#= 1 Atr=e0 MxPwr=500mA > I: If#=0x0 Alt= 0 #EPs= 1 Cls=02(commc) Sub=06 Prot=00 Driver=cdc_ether > I: If#=0x1 Alt= 1 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=cdc_ether > I: If#=0x2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none) > I: If#=0x3 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none) > I: If#=0x4 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none) Looks good now, but for completeness, could you also mention here what the three ports are used for (and which is which)? Johan