Received: by 2002:a05:6520:2586:b029:fa:41f3:c225 with SMTP id u6csp45004lky; Thu, 10 Jun 2021 19:15:01 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxQSQ+056bDQ6lRFWS3yF0MICLCjpm8i+GB1gLpDwXf3uLPP34zestdbeuyfzoq17+J5jfZ X-Received: by 2002:a17:906:a058:: with SMTP id bg24mr1270277ejb.33.1623377701846; Thu, 10 Jun 2021 19:15:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623377701; cv=none; d=google.com; s=arc-20160816; b=QxTxGHMQyeKdgmDDOokVXHgXYjimmrYHAoFLl4dSNRUjJpiTe2bHG0mrIoYb4QibiV kfdyCIDca5gIofgWZhZXfAX/7gShhTRoR8g7hWZpzwvSRimKgq5739OjjdnBWJrdwMk4 HqWmmj44iBWYDAyzCEiGoqX+LrpiIPjwfa23v2m6FZ450OjYred1P1ANlz99oXTq54+V bi3KZimldSrG6BHua4Q7ioJlna/jI5U0EBZ2JMetKU4qfeEvbfBefTqPerWbHsxCiu4U AwTlFEtg3pVKs2+/xgmo/s5f60ADmCjiyrtUJOclwX+2vUy1d0sf+zwIruRnye3MrXM4 fRRQ== 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=w1hZ26JdDm/ctgwkVp1UZEUBt0cTeHEERs28M8BMVm8=; b=AzR1UMq0MGkOnvVKnfN1olZ9toLCIMf7agzlFvnLwakrmib9y6LTvOyBtmQeZBHO8d 31QsKIVs3otQE+e40qHOjnTYFPNF221lI5nbe+1hYPj3I5ty8GACn/aZ3J8+VemF2mqp 9SPCpbZSWF3jUJLLQ1+zxBwfCInmmATsSHJT9wopRh5+rCmEaddLPACraHWu9pgAW6xu q94eQnaOlDLe7d4F2q8KGJpgwnBN4qnv3CGylrwzcgFYu4tI/0fYNa/p6o7aPwrQ1KY2 SJAW5FrUFfih/Gq39EwUBa7PzJfI7aMA/6zMgUctkkwxeHMynnoowTo6tyPq4zsbRgty jvdw== 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 y5si3409302edv.563.2021.06.10.19.14.35; Thu, 10 Jun 2021 19:15:01 -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 S231189AbhFKCPD (ORCPT + 99 others); Thu, 10 Jun 2021 22:15:03 -0400 Received: from netrider.rowland.org ([192.131.102.5]:55883 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S230280AbhFKCPC (ORCPT ); Thu, 10 Jun 2021 22:15:02 -0400 Received: (qmail 24249 invoked by uid 1000); 10 Jun 2021 22:13:04 -0400 Date: Thu, 10 Jun 2021 22:13:04 -0400 From: Alan Stern To: Ibrahim Erturk Cc: Larry Finger , linux-usb@vger.kernel.org, LKML , Bjorn Helgaas , linux-pci@vger.kernel.org Subject: Re: Strange problem with USB device Message-ID: <20210611021304.GA23289@rowland.harvard.edu> References: <20210608182038.GA1812516@rowland.harvard.edu> <20210608185314.GB1812516@rowland.harvard.edu> <960057be-ef17-49e7-adba-ba2929d3a01f@lwfinger.net> <20210609021237.GA1826754@rowland.harvard.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 11, 2021 at 03:08:16AM +0300, Ibrahim Erturk wrote: > Hi, > > I've already attached logs and a snapshot from the device manager on > the windows side into the bug report. Hope this helps. Yes, it does help. Although the information in those reports is somewhat disorganized, it clearly shows there is only one USB host controller in the system, and that is the one Linux detects. So my impression that we weren't finding the host controller was wrong. Back to my earlier guess: The Realtek board has to be told to do something in order to make the Bluetooth device start working, such as turning on a power source. (And perhaps that is what the RealTek people were talking about when they suggested the problem could be in the rtw8822 power-up sequence.) Whatever it is, the rtw8822 driver isn't doing it. This means it's still a PCI problem. Alan Stern PS: Larry, the discrepancy between Windows reporting an Intel USB hub and Linux reporting two Linux Foundation hubs isn't real -- or at least, it's what should be expected. I can explain in more detail if you're curious, but you don't need to worry about it.