Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp410014pxj; Thu, 13 May 2021 07:45:30 -0700 (PDT) X-Google-Smtp-Source: ABdhPJziLy+TgQWyaJangOZtkUdfKA1Gg8B/BWh+DPOXJSxj6GOcEka1CYcMP9j9/iVuI/8W63pu X-Received: by 2002:aa7:cb90:: with SMTP id r16mr5188213edt.247.1620917130754; Thu, 13 May 2021 07:45:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620917130; cv=none; d=google.com; s=arc-20160816; b=qEPwM2nh/6CGR3L8jBXFwcGnMpf/qvHIQ1coPxgCt+C8DAw0LcFvf7nigGd9AH0c0r 7PNY9XViCCrxCNUAWKyjIpThHXcuWYUCSyqaeHEq+Wt8/4ucmRkczBD2q5XcrdDZCntv 2Biok+Ge64bsPQNqPXICVS5N/0hgwIDSeAYvy8Drn7LjD0eV0Lh+AZhgmO9FLZeVJefX jXXf9omMJInHj1NaasjfSuCnVh9ykj3LfjC9FKtZ5vg2sDpu2mTLKTpHwoeeOx2w/QLT 1Sa5V3r8P8OBPuaL70N4HvLm9cbdmZRWIYmtM8RRLnyWrREYRyYOnc+IabvPzTwYqlSF TcHw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=tyacq/vWbA2P55Pzd6V/S4TI2fpSIweSJubVNEt2tng=; b=j7Ctas8mm7UuX3SWSIi5jmfUy3D3jNdxjZe2aAKLt0FGFDB6isgVfAN1yBEyTFHOqH gE1quQNw5LzLmuMkFg5CG1IN5kJHkKboriSQAZsyn/7PDGqtgvOgng9y54yQScRRHLAu 55MW7cS9Rpnfingzvyg5+vrKAPyeXWN7Sju03QdKYPKCKBfYGh7xIIxbJ/i5/p3j3Trs z0gk3EYlBh5/9BQ+Fx2j8eKw66UDwr+irmN2dB/TrjUU1ik+SGLva141Egfg4qrs1Oij 9J/mkbMCrW1NYqQD2qVHkjAT+eKN7moXAtjDXOv6aUV+G43HTNxyMt5wk/TjiTgvkFzr hgww== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z4si3164446eji.172.2021.05.13.07.44.40; Thu, 13 May 2021 07:45:30 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-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 linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234462AbhEMOlg (ORCPT + 99 others); Thu, 13 May 2021 10:41:36 -0400 Received: from netrider.rowland.org ([192.131.102.5]:57695 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S234530AbhEMOl2 (ORCPT ); Thu, 13 May 2021 10:41:28 -0400 Received: (qmail 968858 invoked by uid 1000); 13 May 2021 10:40:18 -0400 Date: Thu, 13 May 2021 10:40:18 -0400 From: Alan Stern To: chris.chiu@canonical.com Cc: gregkh@linuxfoundation.org, m.v.b@runbox.com, hadess@hadess.net, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 2/2] Revert "USB: Add reset-resume quirk for WD19's Realtek Hub" Message-ID: <20210513144018.GE967812@rowland.harvard.edu> References: <20210513041446.3082-1-chris.chiu@canonical.com> <20210513041446.3082-3-chris.chiu@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210513041446.3082-3-chris.chiu@canonical.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 13, 2021 at 12:14:46PM +0800, chris.chiu@canonical.com wrote: > From: Chris Chiu > > This reverts commit ca91fd8c7643d93bfc18a6fec1a0d3972a46a18a. The Use the proper format for referring to commits: just the first 12 hex digits of the commit ID, followed by the commit's name in parentheses and quotation marks. See other patch submissions in the mailing list archives for examples. > problematic hub should be taken care for each setting PORT_SUSPEND > feature timeout instead of reset-resume all the time. The last sentence is not grammatical. It should say something more like: The previous patch in this series now handles problematic hubs by checking the port status when a PORT_SUSPEND timeout occurs, so we don't need to use reset-resume all the time. Alan Stern > > Signed-off-by: Chris Chiu > --- > drivers/usb/core/quirks.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c > index 21e7522655ac..6114cf83bb44 100644 > --- a/drivers/usb/core/quirks.c > +++ b/drivers/usb/core/quirks.c > @@ -406,7 +406,6 @@ static const struct usb_device_id usb_quirk_list[] = { > > /* Realtek hub in Dell WD19 (Type-C) */ > { USB_DEVICE(0x0bda, 0x0487), .driver_info = USB_QUIRK_NO_LPM }, > - { USB_DEVICE(0x0bda, 0x5487), .driver_info = USB_QUIRK_RESET_RESUME }, > > /* Generic RTL8153 based ethernet adapters */ > { USB_DEVICE(0x0bda, 0x8153), .driver_info = USB_QUIRK_NO_LPM }, > -- > 2.20.1 >