Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp1869617pxk; Tue, 1 Sep 2020 09:38:38 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwD9M6RNiPOGPUVW6lVLs7yY9X4QhLqn1crSxUyl2Qwpc0fmnNZ0ERKYcpJ5Zs3hrAFGEm5 X-Received: by 2002:a17:906:3ac4:: with SMTP id z4mr2116855ejd.65.1598978317970; Tue, 01 Sep 2020 09:38:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1598978317; cv=none; d=google.com; s=arc-20160816; b=Co7IN1IyMK/hP1RvsJiJPMAMlFUnLKZvTswGg86UQtbmj1WDNdZuxfRauzSLR8SjGC H+WYbxqhHkMFk7CBIzVKx4THANi6HCj0OCOOm3tbSQZYQfVXfadTVoHKVYVTJxy5cr5Z kEtrgu97x+pnVKhrUr8+ggW6t9rlyozXiaiBBxhXDb0ZQpabLLpQtHKJZx1XTi1zfTxu em0YkdOV9BVyJfiTl3dvSszQeW627kQfsWgxAganJiyJyfT0qrbOkdiKiICQNYaEiOWX +QBhoOcx5WiNJ0qc46H9cF1UGY1YY20+vyAbjN/lNoozPs3ypksOCCCE4VWI49rd6cK8 EGWg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=L/7s3hHLh2Lb6IKlSGa35mTrAe8f/+qNeu63FWdW0WU=; b=I237ypy/TfcUAf3GwWzcRBlM2XhggyRfnGwIgdyvyVk4u4OYIuQtXl9NIbJHyX6Swu I6mMacqzA4Lw8eDlKencG7svwI5WIttQRN61oednELpWCJbqeAn/FFZ7DVWleJ4dNfwI b2fesnttD0cVxaCrCNrjzCpvT82C+mQpc6YGkHnHMELyMj+fwCNK5Vxms63IFjeTMnV2 oNVZMUEVHARJVGc4h8xd0Kjl98RphCmaHqR8JOFJGfiJF407eOjcHZscL6nrUPjDwjap +EFxNT7eHTGYzb/Eas7lo73Zh4Xvjs6DG5vqhHZBJnYSd7U80yQ4ZnaTLeYM1NNGDZLG xn6w== 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 t16si976594ejt.27.2020.09.01.09.38.14; Tue, 01 Sep 2020 09:38:37 -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 S1732042AbgIAQgS (ORCPT + 99 others); Tue, 1 Sep 2020 12:36:18 -0400 Received: from netrider.rowland.org ([192.131.102.5]:59193 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1731658AbgIAQgD (ORCPT ); Tue, 1 Sep 2020 12:36:03 -0400 Received: (qmail 592735 invoked by uid 1000); 1 Sep 2020 12:36:02 -0400 Date: Tue, 1 Sep 2020 12:36:02 -0400 From: Alan Stern To: Khalid Aziz Cc: gregkh@linuxfoundation.org, erkka.talvitie@vincit.fi, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC RESEND PATCH 0/1] USB EHCI: repeated resets on full and low speed devices Message-ID: <20200901163602.GG587030@rowland.harvard.edu> References: <20200901023117.GD571008@rowland.harvard.edu> <608418fa-b0ce-c2a4-ad79-fe505c842587@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <608418fa-b0ce-c2a4-ad79-fe505c842587@oracle.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 01, 2020 at 09:15:46AM -0700, Khalid Aziz wrote: > On 8/31/20 8:31 PM, Alan Stern wrote: > > Can you collect a usbmon trace showing an example of this problem? > > > > I have attached usbmon traces for when USB hub with keyboards and mouse > is plugged into USB 2.0 port and when it is plugged into the NEC USB 3.0 > port. The usbmon traces show lots of errors, but no Clear-TT events. The large number of errors suggests that you've got a hardware problem; either a bad hub or bad USB connections. Alan Stern