public inbox for linux-usb@vger.kernel.org
 help / color / mirror / Atom feed
* [Bug 221216] New: ezcap401 needs USB_QUIRK_NO_BOS to function on 10gbs usb speed
@ 2026-03-12 17:15 bugzilla-daemon
  2026-03-12 17:30 ` Greg KH
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: bugzilla-daemon @ 2026-03-12 17:15 UTC (permalink / raw)
  To: linux-usb

https://bugzilla.kernel.org/show_bug.cgi?id=221216

            Bug ID: 221216
           Summary: ezcap401 needs USB_QUIRK_NO_BOS to function on 10gbs
                    usb speed
           Product: Drivers
           Version: 2.5
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: USB
          Assignee: drivers_usb@kernel-bugs.kernel.org
          Reporter: vahnenko2003@gmail.com
        Regression: No

Created attachment 309632
  --> https://bugzilla.kernel.org/attachment.cgi?id=309632&action=edit
dmesg and lsusb

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.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Bug 221216] New: ezcap401 needs USB_QUIRK_NO_BOS to function on 10gbs usb speed
  2026-03-12 17:15 [Bug 221216] New: ezcap401 needs USB_QUIRK_NO_BOS to function on 10gbs usb speed bugzilla-daemon
@ 2026-03-12 17:30 ` Greg KH
  2026-03-12 17:30 ` [Bug 221216] " bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Greg KH @ 2026-03-12 17:30 UTC (permalink / raw)
  To: bugzilla-daemon; +Cc: linux-usb

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 221216] ezcap401 needs USB_QUIRK_NO_BOS to function on 10gbs usb speed
  2026-03-12 17:15 [Bug 221216] New: ezcap401 needs USB_QUIRK_NO_BOS to function on 10gbs usb speed bugzilla-daemon
  2026-03-12 17:30 ` Greg KH
@ 2026-03-12 17:30 ` bugzilla-daemon
  2026-03-12 17:35 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2026-03-12 17:30 UTC (permalink / raw)
  To: linux-usb

https://bugzilla.kernel.org/show_bug.cgi?id=221216

--- Comment #1 from gregkh@linuxfoundation.org ---
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

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 221216] ezcap401 needs USB_QUIRK_NO_BOS to function on 10gbs usb speed
  2026-03-12 17:15 [Bug 221216] New: ezcap401 needs USB_QUIRK_NO_BOS to function on 10gbs usb speed bugzilla-daemon
  2026-03-12 17:30 ` Greg KH
  2026-03-12 17:30 ` [Bug 221216] " bugzilla-daemon
@ 2026-03-12 17:35 ` bugzilla-daemon
  2026-03-12 17:36 ` bugzilla-daemon
  2026-03-12 17:52 ` bugzilla-daemon
  4 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2026-03-12 17:35 UTC (permalink / raw)
  To: linux-usb

https://bugzilla.kernel.org/show_bug.cgi?id=221216

--- Comment #2 from Vyacheslav (vahnenko2003@gmail.com) ---
Sorry I did this kinda junky without actual git patch, I just edited file, I'll
attach it. Added 2 lines in 596 and 597

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 221216] ezcap401 needs USB_QUIRK_NO_BOS to function on 10gbs usb speed
  2026-03-12 17:15 [Bug 221216] New: ezcap401 needs USB_QUIRK_NO_BOS to function on 10gbs usb speed bugzilla-daemon
                   ` (2 preceding siblings ...)
  2026-03-12 17:35 ` bugzilla-daemon
@ 2026-03-12 17:36 ` bugzilla-daemon
  2026-03-12 17:52   ` Greg KH
  2026-03-12 17:52 ` bugzilla-daemon
  4 siblings, 1 reply; 7+ messages in thread
From: bugzilla-daemon @ 2026-03-12 17:36 UTC (permalink / raw)
  To: linux-usb

https://bugzilla.kernel.org/show_bug.cgi?id=221216

--- Comment #3 from Vyacheslav (vahnenko2003@gmail.com) ---
Created attachment 309633
  --> https://bugzilla.kernel.org/attachment.cgi?id=309633&action=edit
edited file

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Bug 221216] ezcap401 needs USB_QUIRK_NO_BOS to function on 10gbs usb speed
  2026-03-12 17:36 ` bugzilla-daemon
@ 2026-03-12 17:52   ` Greg KH
  0 siblings, 0 replies; 7+ messages in thread
From: Greg KH @ 2026-03-12 17:52 UTC (permalink / raw)
  To: bugzilla-daemon; +Cc: linux-usb

On Thu, Mar 12, 2026 at 05:36:27PM +0000, bugzilla-daemon@kernel.org wrote:
> https://bugzilla.kernel.org/show_bug.cgi?id=221216
> 
> --- Comment #3 from Vyacheslav (vahnenko2003@gmail.com) ---
> Created attachment 309633
>   --> https://bugzilla.kernel.org/attachment.cgi?id=309633&action=edit
> edited file

Can you send this to the linux-usb@vger.kernel.org list?  We can't take
patches from bugzilla directly :(

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 221216] ezcap401 needs USB_QUIRK_NO_BOS to function on 10gbs usb speed
  2026-03-12 17:15 [Bug 221216] New: ezcap401 needs USB_QUIRK_NO_BOS to function on 10gbs usb speed bugzilla-daemon
                   ` (3 preceding siblings ...)
  2026-03-12 17:36 ` bugzilla-daemon
@ 2026-03-12 17:52 ` bugzilla-daemon
  4 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2026-03-12 17:52 UTC (permalink / raw)
  To: linux-usb

https://bugzilla.kernel.org/show_bug.cgi?id=221216

--- Comment #4 from Greg Kroah-Hartman (greg@kroah.com) ---
On Thu, Mar 12, 2026 at 05:36:27PM +0000, bugzilla-daemon@kernel.org wrote:
> https://bugzilla.kernel.org/show_bug.cgi?id=221216
> 
> --- Comment #3 from Vyacheslav (vahnenko2003@gmail.com) ---
> Created attachment 309633
>   --> https://bugzilla.kernel.org/attachment.cgi?id=309633&action=edit
> edited file

Can you send this to the linux-usb@vger.kernel.org list?  We can't take
patches from bugzilla directly :(

thanks,

greg k-h

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-03-12 17:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-12 17:15 [Bug 221216] New: ezcap401 needs USB_QUIRK_NO_BOS to function on 10gbs usb speed bugzilla-daemon
2026-03-12 17:30 ` Greg KH
2026-03-12 17:30 ` [Bug 221216] " bugzilla-daemon
2026-03-12 17:35 ` bugzilla-daemon
2026-03-12 17:36 ` bugzilla-daemon
2026-03-12 17:52   ` Greg KH
2026-03-12 17:52 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox