From patchwork Thu Dec 8 14:21:55 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 632179 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 97FD8C63708 for ; Thu, 8 Dec 2022 14:23:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229521AbiLHOXc (ORCPT ); Thu, 8 Dec 2022 09:23:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49266 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230049AbiLHOWs (ORCPT ); Thu, 8 Dec 2022 09:22:48 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E7E8F98971; Thu, 8 Dec 2022 06:21:43 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 8C346B823ED; Thu, 8 Dec 2022 14:21:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3B365C433D6; Thu, 8 Dec 2022 14:21:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1670509301; bh=CHUUS11Irklp2aq0yPULup9/8ZfZ0PcKy0w6/BW9dOM=; h=Date:From:To:Cc:Subject:From; b=QXpxl8NvdTHnmXleeXCFtlVY1zWFVBY2ND4tWwe7H3TUohJeDDoU8nGJzVUwWWNnN SURG7f7SVvmdUgulfAvD8LIcwN2oPGmd6pSIYphhxcRTJ7wbd6LJ7o7avOJzlB8BSh fcm18g9wY3z/GsaqktDgO9CBKJtTlTdkzWdcs5Vp78xjpS6117esbeLZLlBLjV61rz nLUxxG1O/9KN9MT5EBYmrC3Cq/FwUYswhMbV+13e8J+F67A/AT/ezDssFZnFD4eZjv 2XtCV+gY0gdm1ljDY9D4qhbFocvarUZsGPfMsVZXPGu6k7IzC+trjUot+KdRSKs3x3 wgy1m+/PHV6BA== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1p3Hmd-0005Kz-12; Thu, 08 Dec 2022 15:21:55 +0100 Date: Thu, 8 Dec 2022 15:21:55 +0100 From: Johan Hovold To: Greg Kroah-Hartman Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] USB-serial updates for 6.2-rc1 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 eb7081409f94a9a8608593d0fb63a1aa3d6f95d8: Linux 6.1-rc6 (2022-11-20 16:02:16 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.2-rc1 for you to fetch changes up to 63b8ed26cd093ecc1bcdd1fd841f238a52c11031: USB: serial: xr: avoid requesting zero DTE rate (2022-11-30 12:28:51 +0100) ---------------------------------------------------------------- USB-serial updates for 6.2-rc1 Here are the USB-serial updates for 6.2-rc1, including: - B0 hangup support for cp210x - avoid requesting a zero DTE rate which could potentially confuse buggy firmware in XR devices Included are also some new device ids. All have been in linux-next with no reported issues. ---------------------------------------------------------------- Bruno Thomsen (1): USB: serial: cp210x: add Kamstrup RF sniffer PIDs Duke Xin (1): USB: serial: option: add Quectel EM05-G modem Johan Hovold (2): USB: serial: cp210x: add support for B0 hangup USB: serial: xr: avoid requesting zero DTE rate drivers/usb/serial/cp210x.c | 21 +++++++++++++++++---- drivers/usb/serial/option.c | 3 +++ drivers/usb/serial/xr_serial.c | 2 -- 3 files changed, 20 insertions(+), 6 deletions(-)