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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2CD89EE49AE for ; Wed, 23 Aug 2023 08:10:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233786AbjHWIJ7 (ORCPT ); Wed, 23 Aug 2023 04:09:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44238 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233792AbjHWIJj (ORCPT ); Wed, 23 Aug 2023 04:09:39 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9F29D10D9; Wed, 23 Aug 2023 01:08:46 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2DEBA6465C; Wed, 23 Aug 2023 08:08:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6DB9DC433C7; Wed, 23 Aug 2023 08:08:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692778125; bh=94WbXXcZulI55mtkDioX4pIQV1zZEAijr4XcDfOiOtk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hWOYkozfgRP+XDg/DLUtp+AUe8BIhx3J2b3emJvp/2j8udHctEG2cffkvMqnP1Ccs FjLjkEoO7ACET0pJ2l5jm6dJNTtLjf6N3vWotCpxt0a3L1YMnTyf0rWMv/gWW+2EF5 bl/KgRLOHWRHwouCmi3cMhpdmL0CU0vRRItIgN8ebZWAfW1DQOJKkjzaG6qE5d8NOk elOO6cMFG68znLF1cnSxQZJyf61SC3Af0xStWNzTVI38mCmKFr+zlTacQQD7qpFuOY Pyccohqyau0YZILF0GPo8N8+pQY62p/iP3JWIqOGsk3AKCoLK4KeoBOx5PonajsHZV IocXOq2rtgW/A== Received: from johan by theta with local (Exim 4.96) (envelope-from ) id 1qYiuv-000ArQ-01; Wed, 23 Aug 2023 10:08:41 +0200 Date: Wed, 23 Aug 2023 10:08:40 +0200 From: Johan Hovold To: Slark Xiao Cc: gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] USB: serial: option: add FOXCONN T99W368/T99W373 product Message-ID: References: <20230823075751.4437-1-slark_xiao@163.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230823075751.4437-1-slark_xiao@163.com> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Wed, Aug 23, 2023 at 03:57:51PM +0800, Slark Xiao wrote: > The difference of T99W368 and T99W373 is the chip solution. > T99W368 is designed based on Qualcomm SDX65 and T99W373 is SDX62. > Signed-off-by: Slark Xiao > --- > v2: Remove defines of Foxconn vendor and product name. Thanks for the update. Now applied. Johan