From patchwork Sun Feb 12 10:58:05 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Greg KH X-Patchwork-Id: 13137385 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 F3718C05027 for ; Sun, 12 Feb 2023 10:58:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229644AbjBLK6N (ORCPT ); Sun, 12 Feb 2023 05:58:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36870 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229457AbjBLK6M (ORCPT ); Sun, 12 Feb 2023 05:58:12 -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 7B6C130CE; Sun, 12 Feb 2023 02:58:11 -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 225C6B80C99; Sun, 12 Feb 2023 10:58:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5E188C433D2; Sun, 12 Feb 2023 10:58:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1676199488; bh=ihRlx+tYwmzXrATCPAflGyTAltQtRUqgsAbFDZbEIcA=; h=Date:From:To:Cc:Subject:From; b=0IDJQfZ5u8iy2Kt9PiPML0IyLKadjCdSAPpX4NH8RER9teLiAkz4cR0iCkF7MZf+K 7XCHnkS+QU+2tE5re5h/CGPcX3ivPRXWxjnJpAooc9M0QSOaUzMhGmkWPwXEgxGp6w uaajgXeCvwwx7xUqjNnZEj1skCIJzTsGUPYR30AE= Date: Sun, 12 Feb 2023 11:58:05 +0100 From: Greg KH To: Linus Torvalds Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: [GIT PULL] USB driver fixes for 6.2-rc8 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 4ec5183ec48656cec489c49f989c508b68b518e3: Linux 6.2-rc7 (2023-02-05 13:13:28 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.2-rc8 for you to fetch changes up to 303e724d7b1e1a0a93daf0b1ab5f7c4f53543b34: usb: core: add quirk for Alcor Link AK9563 smartcard reader (2023-02-09 13:23:51 +0100) ---------------------------------------------------------------- USB fixes for 6.2-rc8 Here are 2 small USB driver fixes that resolve some reported regressions and one new device quirk. Specifically these are: - new quirk for Alcor Link AK9563 smartcard reader - revert of u_ether gadget change in 6.2-rc1 that caused problems - typec pin probe fix All of these have been in linux-next with no reported problems. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Mark Pearson (1): usb: core: add quirk for Alcor Link AK9563 smartcard reader Paul Cercueil (1): Revert "usb: gadget: u_ether: Do not make UDC parent of the net device" Prashant Malani (1): usb: typec: altmodes/displayport: Fix probe pin assign check drivers/usb/core/quirks.c | 3 +++ drivers/usb/gadget/function/u_ether.c | 4 ++++ drivers/usb/typec/altmodes/displayport.c | 8 ++++---- 3 files changed, 11 insertions(+), 4 deletions(-)