From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 073D9C33CB1 for ; Sun, 19 Jan 2020 12:58:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C4DB32072B for ; Sun, 19 Jan 2020 12:58:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579438707; bh=aK9scDaYjhcUtqLtn4lw1ijBm+ogeYGMSv/1FZNPyGQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=DEaZ+/ga5DtWAu8AnOYd9iD1IWvnvSow7H9feTSnThctbMjNnpgT1PrAWTlMzDvTl o3v+g7WBLK5BgtkMC+Ocl20xhOiqmVIrkc41Mpp7qEY/jLk5/4ofi/4wrRqDBZvDVE OC98NTDIGcFrJuE6zVFceXkAWbx8rrcE+qnspKdI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726867AbgASM61 (ORCPT ); Sun, 19 Jan 2020 07:58:27 -0500 Received: from mail.kernel.org ([198.145.29.99]:37770 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726843AbgASM61 (ORCPT ); Sun, 19 Jan 2020 07:58:27 -0500 Received: from localhost (lns-bzn-36-82-251-23-53.adsl.proxad.net [82.251.23.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1550920679; Sun, 19 Jan 2020 12:58:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579438706; bh=aK9scDaYjhcUtqLtn4lw1ijBm+ogeYGMSv/1FZNPyGQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oAPLY2TGLgxEqzYwMIU0/pdJ0MuxaAMSLCvEMQpq5lmmKJ0C8y55AfG/Fa+mVx1nV uA9g7scwirdH+1mxQeInDe6AYdGf+0ISycSgMl0CuQDKRLa485pTZYwaPNTIC8Az30 vh0AftwjUIq21bUaylXQbnhyg3Pg7iHaEOrPwBys= Date: Sun, 19 Jan 2020 13:58:23 +0100 From: Greg KH To: Johan Hovold , Alan Stern , Steve Markgraf Cc: linux-usb@vger.kernel.org, johan@kernel.org Subject: Re: Regression in 5.5.0-rc6 for FL2000 USB 3.0 to VGA adapter Message-ID: <20200119125823.GC149506@kroah.com> References: <9cadc6b9-16f7-e072-abee-53ac5c143198@steve-m.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9cadc6b9-16f7-e072-abee-53ac5c143198@steve-m.de> Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Sun, Jan 19, 2020 at 12:52:40AM +0100, Steve Markgraf wrote: > Hi list, > > Commit 3e4f8e21c4f27bcf30a48486b9dcc269512b79ff "USB: core: fix check > for duplicate endpoints" is causing a regression with devices based on > the Fresco Logic FL2000 chip, i.e. it is totally unusable. > > The issue was first reported on the osmocom-sdr mailing list [1] and I > can reproduce it on my machine with 5.5.0-rc6, with rc5 everything is > working fine. By reverting the commit mentioned above, it is working as > well. > > When connecting the device with rc6, I see the following dmesg output: > https://steve-m.de/files/fl2000_dmesg.txt > > The output of lsusb -v: > https://steve-m.de/files/fl2000_lsusb.txt > > Output of the Windows tool "USB Device Tree Viewer": > https://steve-m.de/files/fl2000_usbtreeview.txt > > Output of the USB-IF USB 3.0 Chapter 9 tests with a version from around > the time the FL2000 was released to market (passing): > https://steve-m.de/files/fl2000_chapter9.html > > By looking at the lsusb output, it almost seems like a descriptor > parsing issue, that now causes trouble after introducing the duplicate > endpoint testing. > > Regards, > Steve > > [1] https://lists.osmocom.org/pipermail/osmocom-sdr/2020-January/002025.html Odd, this should have been fixed with commit 3e4f8e21c4f2 ("USB: core: fix check for duplicate endpoints") which is in 5.5-rc6. Alan and Johan, any ideas? thanks, greg k-h