Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756252AbbLDMBW (ORCPT ); Fri, 4 Dec 2015 07:01:22 -0500 Received: from mga09.intel.com ([134.134.136.24]:52921 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752864AbbLDMBT (ORCPT ); Fri, 4 Dec 2015 07:01:19 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,380,1444719600"; d="scan'208";a="866574635" Message-ID: <566181C6.6090107@intel.com> Date: Fri, 04 Dec 2015 14:06:30 +0200 From: Mathias Nyman User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Chunfeng Yun CC: Matthias Brugger , Felipe Balbi , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org, linux-mediatek@lists.infradead.org, Daniel Kurtz , Sergei Shtylyov , Greg Kroah-Hartman Subject: Re: [PATCH] usb: xhci: fix config fail of FS hub behind a HS hub with MTT References: <1449123254-21654-1-git-send-email-chunfeng.yun@mediatek.com> In-Reply-To: <1449123254-21654-1-git-send-email-chunfeng.yun@mediatek.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 953 Lines: 23 On 03.12.2015 08:14, Chunfeng Yun wrote: > if a full speed hub connects to a high speed hub which > supports MTT, the MTT field of its slot context will be set > to 1 when xHCI driver setups an xHCI virtual device in > xhci_setup_addressable_virt_dev(); once usb core fetch its > hub descriptor, and need to update the xHC's internal data > structures for the device, the HUB field of its slot context > will be set to 1 too, meanwhile MTT is also set before, > this will cause configure endpoint command fail, so in the > case, we should clear MTT to 0 for full speed hub according > to section 6.2.2 > > Signed-off-by: Chunfeng Yun > --- Thanks, patch added to queue -Mathias -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/