From patchwork Thu Nov 26 18:02:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Greg Kroah-Hartman X-Patchwork-Id: 333033 Delivered-To: patch@linaro.org Received: by 2002:a92:5e16:0:0:0:0:0 with SMTP id s22csp1514759ilb; Thu, 26 Nov 2020 10:02:43 -0800 (PST) X-Google-Smtp-Source: ABdhPJwOTiFjHPA6BY9ZNczyL7PS1QEB0KbtFubWiFxIZTXIv6bDFxtetGl8JsAQh3TWM2gr08BM X-Received: by 2002:a17:906:2e82:: with SMTP id o2mr3892735eji.106.1606413763489; Thu, 26 Nov 2020 10:02:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606413763; cv=none; d=google.com; s=arc-20160816; b=yErCkQEA9ltK2rV7MsdD/w3ubsMQPvBoM/Uj22om1xSY8IuW1bh8QUZUYwkbSbgeF+ XCUpV0RVwr2ltveZDZlINJ1muu/sDzcx7rJyIaxcXgY1s2jrdltHRaV/9qbzHIwrhuFA +ggeGEdXt9mMTsQwmEiHYS6cx6LIau7TrE0VRDUKpww8R+yUr4/t9pZiPdPF7VacA+BD faKlqCKJQM540HOiEPr7EzMWJfK8vD7vwt1JtUp4sNber9126bZiR+06ID2efcSW56AA P+bYFc2Y7tgJqlAgh8pg0db5+xQzVDrGxQ1MgqvrsbLaQz3IqivwLXSaFnFep3VQ+kSt RKiA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=etutvXuY14C0d94WJ0fvlLeW3eXUaxduhen4EUyaL30=; b=ubcdvo0wNfm7gBZ6DNgHU/5xKDFRjSaHe0tJ5l+5ntLSp/JsnlTfLLwu784+kI9H9Y rDARS1aRPO/6aXNXy4hcrFtUS+D9ndViceF1ckzwt0O0puJTeDnpOalXCMxzc+g+h5JI mrDyzO08RoRmDaGzApztps2PhxzC062+DocFZAMrMj/guHerqCTfJobdt6ntzcGJRRi0 N84bcqE4U1xecrbWUoB5rZv/yxrPAfhnH1Cl7GAD0StQF9HzJY3ypYJpmuXAVvjTIyB+ /ydgbgNqcAe0Sns/lDhGveqRXeONFwq4/CalHKb/PijNf3H4uVl7zVHk7I1Mdw4sPQAq 9yIg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of stable-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=stable-owner@vger.kernel.org; dmarc=fail (p=REJECT sp=REJECT dis=QUARANTINE) header.from=google.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id a21si3088853ejk.367.2020.11.26.10.02.43; Thu, 26 Nov 2020 10:02:43 -0800 (PST) Received-SPF: pass (google.com: domain of stable-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of stable-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=stable-owner@vger.kernel.org; dmarc=fail (p=REJECT sp=REJECT dis=QUARANTINE) header.from=google.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404588AbgKZSCm (ORCPT + 14 others); Thu, 26 Nov 2020 13:02:42 -0500 Received: from mail.kernel.org ([198.145.29.99]:52762 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2404528AbgKZSCm (ORCPT ); Thu, 26 Nov 2020 13:02:42 -0500 Received: from localhost (82-217-20-185.cable.dynamic.v4.ziggo.nl [82.217.20.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9C703207BC; Thu, 26 Nov 2020 18:02:41 +0000 (UTC) From: Greg Kroah-Hartman To: balbi@kernel.org Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, "taehyun.cho" , stable , Will McVicker , Greg Kroah-Hartman Subject: [PATCH 2/4] USB: gadget: f_acm: add support for SuperSpeed Plus Date: Thu, 26 Nov 2020 19:02:33 +0100 Message-Id: <20201126180235.254523-2-gregkh@google.com> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201126180235.254523-1-gregkh@google.com> References: <20201126180235.254523-1-gregkh@google.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org From: "taehyun.cho" Setup the SuperSpeed Plus descriptors for f_acm. This allows the gadget to work properly without crashing at SuperSpeed rates. Cc: Felipe Balbi Cc: stable Signed-off-by: taehyun.cho Signed-off-by: Will McVicker Signed-off-by: Greg Kroah-Hartman --- drivers/usb/gadget/function/f_acm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.29.2 diff --git a/drivers/usb/gadget/function/f_acm.c b/drivers/usb/gadget/function/f_acm.c index 46647bfac2ef..349945e064bb 100644 --- a/drivers/usb/gadget/function/f_acm.c +++ b/drivers/usb/gadget/function/f_acm.c @@ -686,7 +686,7 @@ acm_bind(struct usb_configuration *c, struct usb_function *f) acm_ss_out_desc.bEndpointAddress = acm_fs_out_desc.bEndpointAddress; status = usb_assign_descriptors(f, acm_fs_function, acm_hs_function, - acm_ss_function, NULL); + acm_ss_function, acm_ss_function); if (status) goto fail;