From patchwork Wed Sep 14 02:55:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Packham X-Patchwork-Id: 12975516 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 93DA5ECAAD8 for ; Wed, 14 Sep 2022 02:56:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229590AbiINCz6 (ORCPT ); Tue, 13 Sep 2022 22:55:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59736 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229542AbiINCzz (ORCPT ); Tue, 13 Sep 2022 22:55:55 -0400 Received: from gate2.alliedtelesis.co.nz (gate2.alliedtelesis.co.nz [IPv6:2001:df5:b000:5::4]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AE18C65839 for ; Tue, 13 Sep 2022 19:55:54 -0700 (PDT) Received: from svr-chch-seg1.atlnz.lc (mmarshal3.atlnz.lc [10.32.18.43]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by gate2.alliedtelesis.co.nz (Postfix) with ESMTPS id CBE022C0270; Wed, 14 Sep 2022 02:55:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alliedtelesis.co.nz; s=mail181024; t=1663124149; bh=H0/klz/IKHeMo91NuA4Kfz5soX2qBJommkcIekCaTxc=; h=From:To:Cc:Subject:Date:From; b=VkEtkIAG6Ue9oRXFm95lhMTl66qVAFRB96WySeBTUMuw5ESVVye8TQPsI0nXYsfe7 hoc85qTOoHUe8/mATNyBFSibbjoz8f7TQVXDD32frkKtdDCWf5LpiBi7yd0OUrD9Tq 87OfqkC2WcoYUmfLyrxL19ZkbvQfi6n1/sQ+aJ+rf7TmMdIWKhVVcaYlkKLlkz0fMj XBmB/f2pIQJmzlzAhOWPmoVUcavK1RDiuwTOogrKX3/Vx3rOma5s1M8nQBddKfuCNu hJt5Uq7AODaZzGOph1hE1qKXvmgOV+TwSfacb3NSZ3Cn1WV61+6Viuy7XzAAQP+Q91 GNGzBXKfxN7Hg== Received: from pat.atlnz.lc (Not Verified[10.32.16.33]) by svr-chch-seg1.atlnz.lc with Trustwave SEG (v8,2,6,11305) id ; Wed, 14 Sep 2022 14:55:49 +1200 Received: from chrisp-dl.ws.atlnz.lc (chrisp-dl.ws.atlnz.lc [10.33.22.30]) by pat.atlnz.lc (Postfix) with ESMTP id 9F41313ECD2; Wed, 14 Sep 2022 14:55:49 +1200 (NZST) Received: by chrisp-dl.ws.atlnz.lc (Postfix, from userid 1030) id 9B7522A00E3; Wed, 14 Sep 2022 14:55:49 +1200 (NZST) From: Chris Packham To: johan@kernel.org, gregkh@linuxfoundation.org Cc: hyamamo@allied-telesis.co.jp, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Chris Packham Subject: [PATCH 0/2] USB: serial: option: add NetIndex UX302NC and docomo L-03F Date: Wed, 14 Sep 2022 14:55:39 +1200 Message-Id: <20220914025541.1018233-1-chris.packham@alliedtelesis.co.nz> X-Mailer: git-send-email 2.37.3 MIME-Version: 1.0 X-SEG-SpamProfiler-Analysis: v=2.3 cv=eJVtc0h1 c=1 sm=1 tr=0 a=KLBiSEs5mFS1a/PbTCJxuA==:117 a=xOM3xZuef0cA:10 a=rRKZ0iCwKHS3KTUxTXQA:9 X-SEG-SpamProfiler-Score: 0 x-atlnz-ls: pat Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org This is a couple of patches we've been carrying around in our tree for a while. I'm not sure why they weren't submitted upstreamed (probably because I didn't nag loud enough at the time) so I'm doing it now. Chris Packham (2): USB: serial: option: add support for NetIndex UX302NC USB: serial: option: add support for docomo L-03F drivers/usb/serial/option.c | 6 ++++++ 1 file changed, 6 insertions(+)