From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 75A07212542 for ; Thu, 12 Mar 2026 17:30:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773336637; cv=none; b=arXflsm5ygW50uBbGxsq/RGjEJ92hLuMNJA20hpBPpKe9Vctn6TsV8MYASo0lJBEGz24tQit0K5wrc6tC9SyF1XZVW5ixQlPn9ajQKEWooL3yMzKHuj/3imTxsG4hhU9r0b4k/CqR8Bab0GOgOUzSd0BFE6+zhAAYZZ/+9k6+0M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773336637; c=relaxed/simple; bh=jzfxmzlin2B0Zo/EPs2Whh0ud13VJLiqljUK4l6501U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=DIjdVqJkEMMcRF9vnuUQbO/0kPtETnpq8owCmOXccYzOBS1HQuijqMwQ3smNqk3wNyYLkAo3PDsNJ32br5tPk483D0iJuGJ+1xRTceS5funS905A+r/I4JzbHaECgqLZcOhmm64GTOvBjBqdoZ8er4zCyCCpK8qkOXKSNZ1dq1g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=n5G1m3bf; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="n5G1m3bf" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 44FD5C4CEF7; Thu, 12 Mar 2026 17:30:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1773336637; bh=jzfxmzlin2B0Zo/EPs2Whh0ud13VJLiqljUK4l6501U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=n5G1m3bf9NbgrCZR4D5muZoS4s06M6ksoU7PhnfvwOfvYFMiuwqXP71H74KzxrQzh 20gF4nXHVZYyv+XNd/pqKJaMdX8Q7Qi/J538PdoMc+g35m4S3r20hDS2GNDB+X5Jdc Y6FYxYAPM/rDdEXEph4j6dEDvPK43haREMdlY8Sw= Date: Thu, 12 Mar 2026 18:30:31 +0100 From: Greg KH To: bugzilla-daemon@kernel.org Cc: linux-usb@vger.kernel.org Subject: Re: [Bug 221216] New: ezcap401 needs USB_QUIRK_NO_BOS to function on 10gbs usb speed Message-ID: <2026031206-blissful-overlap-b484@gregkh> References: Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Thu, Mar 12, 2026 at 05:15:47PM +0000, bugzilla-daemon@kernel.org wrote: > Hello, my new capture card works only in 5gbs usb speed, with deepseek's help I > applied { USB_DEVICE(0x32ed, 0x0401), .driver_info = USB_QUIRK_NO_BOS }, to > drivers/usb/core/quirks.c quirk and now it's working at full speed. Can you send a patch that adds this entry to the kernel so that you get this fixed properly? thanks, greg k-h