Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp3813818yba; Tue, 7 May 2019 07:30:52 -0700 (PDT) X-Google-Smtp-Source: APXvYqyzzd5tO3HEtAma4gieIt4BagfHMWXUDYobIVLi1M8k1tueePrxuZC+Y6iupiVA6ghb8mOf X-Received: by 2002:a17:902:3324:: with SMTP id a33mr8611074plc.1.1557239452611; Tue, 07 May 2019 07:30:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557239452; cv=none; d=google.com; s=arc-20160816; b=D0ukN12KIeY4PtVWKYnoBkN3B3KWkD7l7SWWjr6JaLnHBBvsJR4IYaNR67WYEQLwP0 v20OPG/DAOIatq9JEg3e5JXyyJWRJNBIxsnGGkug0smEfYLapJMxxACXjb+ZoRsV6lcc P09Lmn+7JehgaQMS5d3LBMBPbcuA8iVZHHUD6n4yJN0wDrNSrm1SeI5yvGdkXvUfAEo5 meR2H3EG+l/q/cNzGQ66txmVasDOqwbpPlKL2EdR1nqpIj+iot2vVM6EtMaqQxRSMtCX R8in3WsCN7EZkd0SLeUnlZzJmdFDcuzOyvgQpzA1NpOg2zFQkycX28rK761QjYnl+FYt WOHQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:in-reply-to :subject:cc:to:from:date; bh=ONRnSv9dToTTlXN19tVrS/JneBq5BIhLYsOJ8o3/cnU=; b=F3Z2rHSnRibBwaL14aPyhl4jJUW81HhuPbyZubsmA1Ibz2rW8UfMLVo0zK+NQARWZN uIqoNlEfqJNFTjy/MnlwMsLf6vcSJmtEr+82hAp8nzYn72/fSWWCYuO13T5iqTJTISUD bXcRJGfVZOBhzhyY7tmFOxazYcuZ4yK4qdloKNUoj+lZgbxTEe3ab/dTuKuOVAr/E8l1 juoW/nISMWq5SyMdB7BjAsk541xg2kYUjYz9EXVVJHdpEiAXFWek3rKHEhx6eY6f2fWc oCvcnO4vyjJVipZpOzur/GHvBu2dAFX1G0fRSL06v1Fdq2tQBOEYmx8AsH9L08LliBLC aAjA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p8si19074714plq.225.2019.05.07.07.30.36; Tue, 07 May 2019 07:30:52 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726842AbfEGO3e (ORCPT + 99 others); Tue, 7 May 2019 10:29:34 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:51752 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1726353AbfEGO3e (ORCPT ); Tue, 7 May 2019 10:29:34 -0400 Received: (qmail 1841 invoked by uid 2102); 7 May 2019 10:29:33 -0400 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 7 May 2019 10:29:33 -0400 Date: Tue, 7 May 2019 10:29:33 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Mathias Nyman cc: Jim Lin , , , , , , , , , , , , , , Subject: Re: [PATCH v4 1/1] usb: xhci: Add Clear_TT_Buffer In-Reply-To: <9ea9fd3e-cf1a-9015-6d21-377c2fd41e66@linux.intel.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 7 May 2019, Mathias Nyman wrote: > On 6.5.2019 17.57, Alan Stern wrote: > > On Mon, 6 May 2019, Jim Lin wrote: > > > >> USB 2.0 specification chapter 11.17.5 says "as part of endpoint halt > >> processing for full-/low-speed endpoints connected via a TT, the host > >> software must use the Clear_TT_Buffer request to the TT to ensure > >> that the buffer is not in the busy state". > >> > >> In our case, a full-speed speaker (ConferenceCam) is behind a high- > >> speed hub (ConferenceCam Connect), sometimes once we get STALL on a > >> request we may continue to get STALL with the folllowing requests, > >> like Set_Interface. > >> > >> Here we add Clear_TT_Buffer for the following Set_Interface requests > >> to get ACK successfully. > >> > >> Originally usb_hub_clear_tt_buffer uses urb->dev->devnum as device > >> address while sending Clear_TT_Buffer command, but this doesn't work > >> for XHCI. > > > > Why doesn't it work for xHCI? Clear-TT-Buffer is part of the USB 2.0 > > spec; it should work exactly the same for xHCI as for a USB-2.0 host > > controller. > > > > Alan Stern > > > > For other host controllers udev->devnum is the same as the address of the > usb device, chosen and set by usb core. > > With xHC the controller hardware assigns the address, and won't be the same as > devnum. > > The Clear-TT-Buffer request sent to the hub includes the address of the LS/FS > child device in wValue field. usb_hub_clear_tt_buffer() uses udev->devnum to set the > address wValue. This won't work for devices connected to xHC I see. Thanks for the explanation; it makes sense now. The patch description should explain this too. Wouldn't it be better to add a field containing the device address to struct usb_device? And also export it, either in sysfs or debugfs? It seems like the kind of thing that might be important for debugging. If we did this then the usb_hub_clear_tt_buffer API wouldn't need to be changed. Alan Stern