From patchwork Fri Mar 31 07:17:49 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 669385 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 6A8F7C6FD18 for ; Fri, 31 Mar 2023 07:17:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230077AbjCaHRb (ORCPT ); Fri, 31 Mar 2023 03:17:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42548 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229817AbjCaHR3 (ORCPT ); Fri, 31 Mar 2023 03:17:29 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C3378F754; Fri, 31 Mar 2023 00:17:28 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5DA3C623EA; Fri, 31 Mar 2023 07:17:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B8A39C433D2; Fri, 31 Mar 2023 07:17:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680247047; bh=AXwxn0d1JWq/d/6g6xIlQAfzy1Farq7DPkBu8ZLqI8Y=; h=Date:From:To:Cc:Subject:From; b=Uu1P2EX0364gzGtW9VEXpbVqQkxFrWlfWaZOFIUgPyOOFcBhdEvbrFp4XBNda86mX uLxO3eL46QqSVrheJmWRReEdKZzLfe4Bxcz2bJX/HD5pwW2C75YfNbGpnYAjt56dcP JkpGFay9jjiZJHpLAoypjbQuHLZEVJhBZpHLsvnhVS2P+/kCeDxcnElg1T2At5I0Q0 gNZaGlkT/frQgeRGYX4ntKp0UBEnZO4625zeNad4S8O5d+WhADpg+r9Wx+gohYCT/k BCAuN/Iy9xoPdysswYfOon15mINqYUq2eF8yOgOSBHokLJoHlHjbKEUcwqctpzcN58 OV91rayHGgRhA== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1pi91B-000668-68; Fri, 31 Mar 2023 09:17:49 +0200 Date: Fri, 31 Mar 2023 09:17:49 +0200 From: Johan Hovold To: Greg Kroah-Hartman Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] USB-serial fixes for 6.3-rc5 Message-ID: MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org The following changes since commit eeac8ede17557680855031c6f305ece2378af326: Linux 6.3-rc2 (2023-03-12 16:36:44 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.3-rc5 for you to fetch changes up to 7708a3858e69db91a8b69487994f33b96d20192a: USB: serial: option: add Quectel RM500U-CN modem (2023-03-29 11:46:04 +0200) ---------------------------------------------------------------- USB-serial fixes for 6.3-rc5 Here are some new device ids for 6.3. All have been in linux-next with no reported issues. ---------------------------------------------------------------- Bjørn Mork (1): USB: serial: option: add Quectel RM500U-CN modem Enrico Sau (1): USB: serial: option: add Telit FE990 compositions Kees Jan Koster (1): USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs drivers/usb/serial/cp210x.c | 1 + drivers/usb/serial/option.c | 10 ++++++++++ 2 files changed, 11 insertions(+)